System.Drawing.TextureBrush.ScaleTransform Method

Scales the local geometric transformation of this System.Drawing.TextureBrush object by the specified amounts in the specified order.

Syntax

public void ScaleTransform (float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order)

Parameters

sx
The amount by which to scale the transformation in the x direction.
sy
The amount by which to scale the transformation in the y direction.
order
A System.Drawing.Drawing2D.MatrixOrder enumeration that specifies whether to append or prepend the scaling matrix.

Returns

This method does not return a value.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0