ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / IntersectClip Method / IntersectClip(Region) Method
Region object to intersect with the current region.

In This Topic
    IntersectClip(Region) Method
    In This Topic
    Updates the clip region of this Graphics object to the intersection of the current clip region and the specified Region object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub IntersectClip( _
       ByVal region As Region _
    ) 
    public void IntersectClip( 
       Region region
    )

    Parameters

    region
    Region object to intersect with the current region.
    Remarks
    This method assigns to the Clip property of this Graphics object the area represented by the intersection of the current clip region and the region specified by the region parameter.
    See Also