System::Drawing::Pen::TranslateTransform method
Pen::TranslateTransform method
Translates the local geometric transformation by the specified dimensions in the specified order.
void System::Drawing::Pen::TranslateTransform(float dx, float dy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
Parameter | Type | Description |
---|---|---|
dx | float | The value of translation in x |
dy | float | The value of translation in y |
order | Drawing2D::MatrixOrder | Specifies the order of the operation |
See Also
- Enum MatrixOrder
- Class Pen
- Namespace System::Drawing
- Library Aspose.PUB for C++