TextureBrush.ScaleTransform
Contents
[
Hide
]ScaleTransform(float, float)
Scales the local geometric transformation of this TextureBrush object by the specified amounts. This method prepends the scaling matrix to the transformation.
public void ScaleTransform(float sx, float sy)
| Parameter | Type | Description |
|---|---|---|
| sx | Single | The amount by which to scale the transformation in the x direction. |
| sy | Single | The amount by which to scale the transformation in the y direction. |
See Also
- class TextureBrush
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
ScaleTransform(float, float, MatrixOrder)
Scales the local geometric transformation of this TextureBrush object 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 transformation in the x direction. |
| sy | Single | The amount by which to scale the transformation in the y direction. |
| order | MatrixOrder | A MatrixOrder enumeration that specifies whether to append or prepend the scaling matrix. |
See Also
- enum MatrixOrder
- class TextureBrush
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common