ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / SetClip Method / SetClip(Region) Method
Region object to combine.

In This Topic
    SetClip(Region) Method
    In This Topic
    Sets the clipping region of this Graphics object to the result of the Replace combining the current clip region and the specified Region object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetClip( _
       ByVal region As Region _
    ) 
    public void SetClip( 
       Region region
    )

    Parameters

    region
    Region object to combine.
    Remarks
    Only a copy of the setting region is used. The region itself can be seted for any number of other device contexts or it can be deleted.
    See Also