Skip to main content
All docs
V25.1
  • DXGraphics.ClipBounds Property

    Obtains the clipping region of the graphics layout.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public RectangleF ClipBounds { get; }

    Property Value

    Type Description
    RectangleF

    The clipping region.

    Remarks

    The PageUnit property designates the measurement unit for the resulting rectangle. The default unit is pixels.

    See Also