Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVclCommon > RSGraphics > Classes > TRSCustomRSRect > Properties

TRSCustomRSRect.BoundsRect Property

Scroll Prev Top Next More

Specifies the underlying TRect rectangle for the class.

You should use the provided properties;    Left, Right,    Top, Bottom,    Width, and Height; to set the rectangle's fields. If you use the BoundsRect field's directly, the OnChange event will not be called. However, setting the entire property (e.g., BoundsRect := Rect(0,0,10,10)) will fire the OnChange event,
 

Namespace: RSGraphics

Property Value

Type: TRSRect

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb