|
Name
|
Description
|
|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
Change
|
Represents method Change.
|
|
GetSize(Integer)
|
Represents method GetSize(Integer).
|
|
MoveTo(Integer,Integer)
|
Moves the object rect Top, Left to the specified X,Y. It retains the width and height of the rectangle.
|
|
Scale(Integer,Integer)
|
Scales the object rectangle by the specified DX, DY. The scaling is done from the rectangle's center point so Left, Right, Top, and Bottom all change.
|
|
SetBoundsRect(TRect)
|
Sets the BoundsRect property.
|
|
SetSize(Integer,Integer)
|
Represents method SetSize(Integer,Integer).
|
|
Translate(Integer,Integer)
|
Moves the object rectangle Top, Left by the specified delta X and Y. It retains the width and height of the rectangle.
|
Top
|