Skip to main content
All docs
V25.1
  • DiagramControl.GetViewportBounds() Method

    Returns the bounds of the currently visible area.

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v25.1.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