Skip to main content

DiagramControl.GetViewportBounds() Method

Returns the bounds of the currently visible area.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public RectangleF GetViewportBounds()

Returns

Type Description
RectangleF

A System.Drawing.RectangleF object that represents the viewport bounds in diagram coordinates.

See Also