NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PathGradientBrush.ScaleTransform (Single, Single, MatrixOrder)

[To be supplied.]

[Visual Basic]
Overloads Public Sub ScaleTransform( _
   ByVal sx As Single, _
   ByVal sy As Single, _
   ByVal order As MatrixOrder _
)
[C#]
public void ScaleTransform(
   float sx,
   float sy,
   MatrixOrder order
);
[C++]
public: void ScaleTransform(
   float sx,
   float sy,
   MatrixOrder order
);
[JScript]
public function ScaleTransform(
   sx : float,
   sy : float,
   order : MatrixOrder
);

Parameters

sx
[To be supplied.]
sy
[To be supplied.]
order
[To be supplied.]

See Also

PathGradientBrush Class | PathGradientBrush Members | System.Drawing.Drawing2D Namespace | PathGradientBrush.ScaleTransform Overload List