Search
IMatrix.Translate Method
See Also
 





Applies the specified translation to this IMatrix by prepending the translation.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void Translate (
    double dx,
    double dy
)

Visual Basic  Copy Code

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

 Parameters

dx

The x value by which to translate this IMatrix.

dy

The y value by which to translate this IMatrix.

 See Also