System::Drawing::Graphics::TranslateTransform method
Graphics::TranslateTransform method
Applies the specified translation vector to the world transformation matrix of the current Graphics object.
void System::Drawing::Graphics::TranslateTransform(float dx, float dy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
| Parameter | Type | Description | 
|---|---|---|
| dx | float | The X value by which the matrix is translated | 
| dy | float | The Y value by which the matrix is translated | 
| order | Drawing2D::MatrixOrder | The order in which the translation vector is applied to the matrix | 
See Also
- Enum MatrixOrder
 - Class Graphics
 - Namespace System::Drawing
 - Library Aspose.PDF for C++