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

    Obtains the clipping region of the graphics layout.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    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