CustomDrawObjectEventArgs.RealBounds Property
Gets the bounding rectangle of the painted object.
Namespace: DevExpress.XtraNavBar.ViewInfo
Assembly: DevExpress.XtraNavBar.v22.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Description |
---|---|
Rectangle | A System.Drawing.Rectangle structure specifying the object’s boundaries. |
Remarks
Use the RealBounds property to determine the rectangle in which to paint. This property value is initialized in the class constructor.
See Also