PathGradientBrush.ScaleTransform
Contents
[
Hide
]ScaleTransform(float, float)
Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.
public void ScaleTransform(float sx, float sy)
Parameter | Type | Description |
---|---|---|
sx | Single | The transform scale factor in the x-axis direction. |
sy | Single | The transform scale factor in the y-axis direction. |
See Also
- class PathGradientBrush
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common
ScaleTransform(float, float, MatrixOrder)
Scales the local geometric transform by the specified amounts in the specified order.
public void ScaleTransform(float sx, float sy, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
sx | Single | The transform scale factor in the x-axis direction. |
sy | Single | The transform scale factor in the y-axis direction. |
order | MatrixOrder | A MatrixOrder that specifies whether to append or prepend the scaling matrix. |
See Also
- enum MatrixOrder
- class PathGradientBrush
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common