Skip to main content
A newer version of this page is available. .

CustomDrawObjectEventArgs.RealBounds Property

Gets the bounding rectangle of the painted object.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public virtual Rectangle RealBounds { get; }

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