ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / Clip Method
A System.Drawing.Rectangle indicates the rectangle.
A System.Drawing.Drawing2D.CombineMode indicates operation mode.

In This Topic
    Clip Method
    In This Topic
    Clips the device context by the specified rectangle and operation mode.
    Syntax
    'Declaration
     
    
    Public Sub Clip( _
       ByVal rectangle As Rectangle, _
       ByVal clippingMode As CombineMode _
    ) 

    Parameters

    rectangle
    A System.Drawing.Rectangle indicates the rectangle.
    clippingMode
    A System.Drawing.Drawing2D.CombineMode indicates operation mode.
    Remarks
    The coordinate of rectangle is base one the space page.
    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