The following tables list the members exposed by AnnPoint.
| Name | Description | |
|---|---|---|
| AnnPoint Constructor | Overloaded. Initializes a new instance of the AnnPoint structure with the specified coordinates. |
| Name | Description | |
|---|---|---|
![]()
| Empty | Represents a new instance of the AnnPoint structure with member data left uninitialized. |
| Name | Description | |
|---|---|---|
| IsEmpty | Gets a value indicating whether this AnnPoint structure is empty. |
| Unit | Gets or sets a value that represents the unit of measure for this AnnPoint structure. |
| X | Gets or sets the x-coordinate of this AnnPoint. |
| Y | Gets or sets the y-coordinate of this AnnPoint. |
| Name | Description | |
|---|---|---|
![]()
| Add | Translates an AnnPoint by a given AnnSize. |
| Convert | Converts this AnnPoint to the specified unit. |
| ConvertedX | Returns the value of the x-coordinate of this AnnPoint structure converted to its equivalent in the specified AnnUnit unit of measure. |
| ConvertedY | Returns the value of the y-coordinate of this AnnPoint structure, converted to its equivalent in the specified AnnUnit unit of measure. |
| ConvertTo | Converts this AnnPoint with the specified unit to another AnnPoint. |
| Equals | Overridden.
Specifies whether this AnnPoint contains the same coordinates as the specified Object. For more information about this method, see Object.Equals/>. |
| GetHashCode | Overridden.
Returns a hash code for this AnnPoint structure. For information about this method, see GetHashCode. |
![]()
| Subtract | Translates an AnnPoint by the negative of a given AnnSize. |
| ToPointF | Converts this AnnPoint to a PointF. |
| ToString | Overridden. Overridden. Converts this AnnPoint to a human-readable string. |
Addition | Translates an AnnPoint by a given AnnSize. |
Equality | Tests whether two AnnPoint structures are equal. |
Inequality | Tests whether two AnnPoint structures are unequal. |
Subtraction | Translates an AnnPoint by the negative of a given AnnSize. |

