ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / TranslateTransform Method
x component of the translation.
y component of the translation.

In This Topic
    TranslateTransform Method
    In This Topic
    Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.
    Syntax
    'Declaration
     
    
    Public Sub TranslateTransform( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void TranslateTransform( 
       int dx,
       int dy
    )

    Parameters

    dx
    x component of the translation.
    dy
    y component of the translation.
    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