Search
IGraphics.TranslateTransform Method
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void TranslateTransform (
    double dx,
    double dy
)

Visual Basic  Copy Code

Sub TranslateTransform( _
    dx As Double, _
    dy As Double _
)

 Parameters

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

 See Also