Specifies the Width (Right-Left) of the rectangle.
Typically, rectangle values represent pixel locations, where the origin of the pixel coordinate system is in the top left corner of the screen (screen coordinates) or the top left corner of a control's client area (client coordinates). When a TRSCustomRect value represents a rectangle on the screen, by convention the top and left edges are considered inside the rectangle and the bottom and right edges are considered outside the rectangle. This convention allows the width of the rectangle to be Right - Left and the height to be Bottom - Top.
Note |
---|
Setting this property fires an OnChange event. To avoid firing events, set the fields of the BoundsRect property directly. |
Namespace: RSGraphics
Property Value
Type: Integer