ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / PushClipRect Method / PushClipRect(RectangleF) Method
The rectangle for clipping in pixels.

In This Topic
    PushClipRect(RectangleF) Method
    In This Topic
    Push the clip rectangle in pixels.
    Syntax
    'Declaration
     
    Public Overloads Sub PushClipRect( _
       ByVal rc As System.Drawing.RectangleF _
    ) 
    public void PushClipRect( 
       System.Drawing.RectangleF rc
    )

    Parameters

    rc
    The rectangle for clipping in pixels.
    See Also