System::Drawing::Drawing2D::LinearGradientBrush::TranslateTransform method
LinearGradientBrush::TranslateTransform method
Translates current object’s transform matrix.
void System::Drawing::Drawing2D::LinearGradientBrush::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 | Specifies the order of the operation |
See Also
- Enum MatrixOrder
- Class LinearGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++