ComponentOne MultiSelect 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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also