System::Drawing::Drawing2D::PathGradientBrush::TranslateTransform method
PathGradientBrush::TranslateTransform method
Translates the local geometric transformation by the specified dimensions in the specified order.
void System::Drawing::Drawing2D::PathGradientBrush::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 PathGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++