System.Drawing.Drawing2D.LinearGradientBrush.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 amount by which to scale the transform in the x-axis direction.
sy
The amount by which to scale the transform 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