|
<< Click to display table of contents >> TRVIntegerRect |
A class that represents a rectangle. An analog of TRect record.
Unit [VCL/FMX]: RVClasses / fmxRVClasses;
Syntax:
TRVIntegerRect = class (TPersistent)
Properties: Left, Right, Top, Bottom with initial values (0, 0, 1000, 1000).
Methods:
procedure SetAll(Value: Integer);
procedure SetValues(ALeft, ATop, ARight, ABottom: Integer);
procedure SetRect(const ARect: TRect);
function GetRect: TRect;
SetAll assigns the Value parameter to all properties.
SetValues assigns the parameters to the corresponding properties.
SetRect assigns TRect to his object. GetRect returns TRect with the same properties.