System::Drawing::Drawing2D::LinearGradientBrush::ScaleTransform method
LinearGradientBrush::ScaleTransform method
Scales current object’s transform matrix.
void System::Drawing::Drawing2D::LinearGradientBrush::ScaleTransform(float sx, float sy, MatrixOrder order=MatrixOrder::Prepend)
Parameter | Type | Description |
---|---|---|
sx | float | The value by which to scale the matrix in x-axis direction |
sy | float | The value by which to scale the matrix in y-axis direction |
order | MatrixOrder | Specifies the order of the operation |
See Also
- Enum MatrixOrder
- Class LinearGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++