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.v19.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RealBounds property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also