PdfPoint Structure |
Namespace: Atalasoft.PdfDoc.Geometry
The PdfPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfPoint(PdfPoint) |
Initializes a new instance of the PdfPoint struct.
| |
| PdfPoint(Double, Double) |
Initializes a new instance of the PdfPoint struct.
|
| Name | Description | |
|---|---|---|
| Empty |
Returns the empty PdfPoint (0,0).
| |
| X |
Gets the X component.
| |
| Y |
Gets the Y component.
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Addition |
Implements the operator +.
| |
| Equality |
Implements the operator ==.
| |
| Inequality |
Implements the operator !=.
| |
| Subtraction |
Implements the operator -.
|