TranslateTransform()
TextureBrush::TranslateTransform(float, float, Drawing2D::MatrixOrder) method
Translates the local geometric transformation by the specified dimensions in the specified order.
void System::Drawing::TextureBrush::TranslateTransform(float dx, float dy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
Arguments
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 TextureBrush
- Namespace System::Drawing
- Library Aspose.Slides