Table of Contents

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

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.
Explicit Conversion Overloaded
Explicit conversion from TUIPointF to TPointF
Explicit conversion from TPointF to TUIPointF

Properties

Name Description
Empty Returns a TPointF with X = 0 and Y = 0.
X X coord.
Y Y coord.