ScaleTransform()
PathGradientBrush::ScaleTransform(float, float, Drawing2D::MatrixOrder) method
Scales the local geometric transformation by the specified factors in the specified order.
void System::Drawing::Drawing2D::PathGradientBrush::ScaleTransform(float sx, float sy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
Arguments
Parameter | Type | Description |
---|---|---|
sx | float | Scale factor by which to perform scaling in in X-axis direction |
sy | float | Scale factor by which to perform scaling in in Y-axis direction |
order | Drawing2D::MatrixOrder | Specifies the order of the operation |
See Also
- Enum MatrixOrder
- Class PathGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides