Skip to main content

CustomDrawObjectEventArgs.RealBounds Property

Gets the bounding rectangle of the painted object.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v24.2.dll

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