Rect¶
Qualified name: delphifmx.Rect
- class Rect¶
Bases:
object
wrapper for Delphi TRect type
Methods
Attributes
Provides access to the Bottom coordinate of a rectangle
Provides access to the BottomRight coordinate of a rectangle
Provides access to the Left coordinate of a rectangle
Provides access to the Right coordinate of a rectangle
Provides access to the Top coordinate of a rectangle
Provides access to the TopLeft coordinate of a rectangle
- Bottom¶
Provides access to the Bottom coordinate of a rectangle
- BottomRight¶
Provides access to the BottomRight coordinate of a rectangle
- Left¶
Provides access to the Left coordinate of a rectangle
- Right¶
Provides access to the Right coordinate of a rectangle
- Top¶
Provides access to the Top coordinate of a rectangle
- TopLeft¶
Provides access to the TopLeft coordinate of a rectangle