Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / PrintingContext Class / PushClip Method
The clip rectangle to apply to subsequent drawing commands.


In This Topic
    PushClip Method
    In This Topic
    Pushes the specified clip rectangle onto the drawing context.
    Syntax
    'Declaration
     
    Public Sub PushClip( _
       ByVal clipBounds As Rectangle _
    ) 
    'Usage
     
    Dim instance As PrintingContext
    Dim clipBounds As Rectangle
     
    instance.PushClip(clipBounds)
    public void PushClip( 
       Rectangle clipBounds
    )

    Parameters

    clipBounds
    The clip rectangle to apply to subsequent drawing commands.
    See Also