TRVMRect, TRVMPoint, TRVUnitSize

<< Click to display table of contents >>

TRVMRect, TRVMPoint, TRVUnitSize

The types representing coordinates.

Unit [VCL and LCL] MRVCore;

Unit [FMX] fmxMRVCore;

type
  TRVMRect    = TRect;
  TRVMPoint   = TPoint;
  TRVUnitSize = Integer;

TRVMRect represents the dimensions of a rectangle.

TRVMPoint represents a point (X and Y)

TRVUnitSize represents a linear coordinate.