| Leadtools Namespace : LeadPointD Structure |
The following tables list the members exposed by LeadPointD.
| Name | Description | |
|---|---|---|
![]() | LeadPointD Constructor | Initializes a new instance of LeadPointD with the specified values. ![]() |
| Name | Description | |
|---|---|---|
![]() ![]() | Empty | Gets a special value that represents a point with no coordinates. |
![]() | IsEmpty | Gets a value that indicates whether the point is the Empty point. |
![]() | X | Gets or sets the X-coordinate of this LeadPointD structure. ![]() |
![]() | Y | Gets or sets the Y-coordinate of this LeadPointD structure. ![]() |
| Name | Description | |
|---|---|---|
![]() | Clone | Returns an exact copy of this LeadPointD |
![]() ![]() | Create | Creates a new instance of LeadPointD with the specified values. |
![]() ![]() | Equals | Overloaded. Specifies whether two LeadPointD structures contain the same values. |
![]() | GetHashCode | Returns a hash code for this LeadPointD structure. |
![]() ![]() | Multiply | Transforms the specified LeadPoint structure by the specified LeadMatrix structure. |
![]() | Offset | Offsets point's X and Y coordinates by the specified amounts. |
![]() ![]() | Parse | Parses a string and returns a new instance of LeadPointD from it. |
![]() | ToLeadPoint | Converts this LeadPointD to a LeadPoint. |
![]() | ToString | Overloaded. Converts this LeadPointD to a human-readable string. |
Equality | Specifies whether two LeadPointD structures contain the same values. ![]() |
Explicit Type Conversion | Converts this LeadPointD structure to a LeadSizeD structure. |
Inequality | Specifies whether two LeadPointD structures do not contain the same values. ![]() |
Multiplication | Transforms the specified LeadPoint structure by the specified LeadMatrix structure. ![]() |