Graphics.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 amount by which to scale the transform in the x-axis direction. |
sy | Single | The amount by which to scale the transform in the y-axis direction. |
See Also
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging
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 amount by which to scale the transform in the x-axis direction. |
sy | Single | The amount by which to scale the transform in the y-axis direction. |
order | MatrixOrder | A MatrixOrder that specifies whether to append or prepend the scaling matrix. |
See Also
- enum MatrixOrder
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging