Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / IntersectClip Method


In This Topic
    IntersectClip Method
    In This Topic
    Sets a rectangle that limits the drawing region of this drawing context.
    Syntax
    'Declaration
     
    Function IntersectClip( _
       ByVal clipBounds As Rectangle _
    ) As Object
    'Usage
     
    Dim instance As IDrawingContext
    Dim clipBounds As Rectangle
    Dim value As Object
     
    value = instance.IntersectClip(clipBounds)
    object IntersectClip( 
       Rectangle clipBounds
    )

    Parameters

    clipBounds

    Return Value

    The old clip object.
    See Also