TUIPointF Record
Platform independent point
Syntax
Unit: FlexCel.Core
TUIPointF = record;
Methods
| Name |
Description |
| Create |
Creates a new Point.
|
| Equals |
True if both objects are equal.
|
| GetHashCode |
Hash code for the point.
|
| ToString |
String with both coordinates.
|
Operators
Properties
| Name |
Description |
| Empty |
Returns a TPointF with X = 0 and Y = 0.
|
| X |
X coord.
|
| Y |
Y coord.
|