ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / Translate Method
The amount to offset this Region object horizontally.
The amount to offset this Region object vertically.

In This Topic
    Translate Method (Region)
    In This Topic
    Offsets the coordinates of this Region object by the specified amount.
    Syntax
    'Declaration
     
    
    Public Sub Translate( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void Translate( 
       int dx,
       int dy
    )

    Parameters

    dx
    The amount to offset this Region object horizontally.
    dy
    The amount to offset this Region object vertically.
    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