ComponentOne CalendarView 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.
    See Also