ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / ClipRect Property

In This Topic
    ClipRect Property (GraphicsRendering)
    In This Topic
    Gets clipping area as rectangle bounds.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClipRect As System.Drawing.RectangleF
    public System.Drawing.RectangleF ClipRect {get;}
    See Also