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

In This Topic
    Clip Method (CompatibleDeviceContext)
    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.
    See Also