System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform Method

Scales the local geometric transform by the specified amounts in the specified order.

Syntax

public void ScaleTransform (float sx, float sy, MatrixOrder order)

Parameters

sx
The transform scale factor in the x-axis direction.
sy
The transform scale factor in the y-axis direction.
order
A System.Drawing.Drawing2D.MatrixOrder that specifies whether to append or prepend the scaling matrix.

Remarks

Documentation for this section has not yet been entered.

Requirements

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