TDrawingPoint Record
A point with x and y coordinates.
Syntax
Unit: FlexCel.Core
TDrawingPoint = record;
Methods
| Name |
Description |
| Create |
Creates a new Drawing point.
|
| Equals |
Returns true if this instance has the same data as the object obj.
|
| GetHashCode |
Returns the hashcode for this object |
| ToString |
Returns a string showing the values of the point.
|
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
| Name |
Description |
| X |
X coordinate.
|
| Y |
Y coordinate.
|