ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / CompatibleDeviceContext Class / TranslateClippingRegion Method
Specifies the number of logical units to move left or right.
Specifies the number of logical units to move up or down.

In This Topic
    TranslateClippingRegion Method (CompatibleDeviceContext)
    In This Topic
    Moves the clipping region of a device context by the specified offsets.
    Syntax
    'Declaration
     
    
    Public Sub TranslateClippingRegion( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void TranslateClippingRegion( 
       int dx,
       int dy
    )

    Parameters

    dx
    Specifies the number of logical units to move left or right.
    dy
    Specifies the number of logical units to move up or down.
    See Also