DiagramControl.GetViewportBounds() Method
In This Article
Returns the bounds of the currently visible area.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public RectangleF GetViewportBounds()
#Returns
Type | Description |
---|---|
Rectangle |
A System. |
See Also