<< Click to display table of contents >> TRVCoord, TRVCoordPoint, TRVCoordSize, TRVCoordRect Types |
Unit [VCL/FMX]: RVTypes / fmxRVTypes.
Types for coordinates: a single coordinate, a point, a size, a rectangle.
Syntax (VCL and LCL)
type
TRVCoord = Integer;
TRVCoordPoint = TPoint;
TRVCoordSize = TSize;
TRVCoordRect = TRect;
Syntax (FireMonkey)
type
TRVCoord = Single;
TRVCoordPoint = TPointF;
TRVCoordSize = TSizeF;
TRVCoordRect = TRectF;