ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / ExcludeClip Method / ExcludeClip(Region) Method
Region object that specifies the region to exclude from the clipping region.

In This Topic
    ExcludeClip(Region) Method
    In This Topic
    Updates the clip region of this Graphics object to exclude the area specified by a Region object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ExcludeClip( _
       ByVal region As Region _
    ) 
    public void ExcludeClip( 
       Region region
    )

    Parameters

    region
    Region object that specifies the region to exclude from the clipping region.
    Remarks
    This method excludes the area specified by the region parameter from the current clip region and assigns the resulting area to the Clip property of this Graphics object.
    See Also