ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / GetClip Method

In This Topic
    GetClip Method
    In This Topic
    Gets the region of the current clipping region of graphics.
    Syntax
    'Declaration
     
    
    Public Function GetClip() As Region
    public Region GetClip()

    Return Value

    A Region that indicates the clipping region.
    Remarks

    Note: The getting region is a copy of the current region.

    The coordinate of region will not be effected by current origin of page space.

    See Also