Charting for WinForms Programmer's Guide
IGraphics.TranslateTransform Method (Single, Single)
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 (
    float dx,
    float dy
)

Visual Basic  Copy Code

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

TranslateTransform Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace