ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext 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
    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.
    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