Matrix::Translate Method (Single, Single)
.NET Framework (current version)
Applies the specified translation vector (offsetX and offsetY) to this Matrix by prepending the translation vector.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- offsetX
-
Type:
System::Single
The x value by which to translate this Matrix.
- offsetY
-
Type:
System::Single
The y value by which to translate this Matrix.
For an example, see Translate(Single, Single, MatrixOrder).
.NET Framework
Available since 1.1
Available since 1.1
Show: