ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / PushClipRect Method / PushClipRect(Double,Double,Double,Double) Method
X-coordinate of clip rectangle.
Y-coordinate of clip rectangle.
Clip rectangle width.
Clip rectangle height.

In This Topic
    PushClipRect(Double,Double,Double,Double) Method
    In This Topic
    Push the clip rectangle.
    Syntax
    'Declaration
     
    Public Overloads Sub PushClipRect( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal w As System.Double, _
       ByVal h As System.Double _
    ) 
    public void PushClipRect( 
       System.double x,
       System.double y,
       System.double w,
       System.double h
    )

    Parameters

    x
    X-coordinate of clip rectangle.
    y
    Y-coordinate of clip rectangle.
    w
    Clip rectangle width.
    h
    Clip rectangle height.
    See Also