Search
GdiGraphics.TranslateTransform Method (Single, Single)
See Also
 





Prepends the specified translation to the transformation matrix of this GdiGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void TranslateTransform (
    float dx,
    float dy
)

Visual Basic  Copy Code

Public Overridable Sub TranslateTransform( _
    dx As Single, _
    dy As Single _
)

 Parameters

dx
The x component of the translation.
dy
The y component of the translation.

 See Also