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!

LinearGradientBrush.RotateTransform (Single, MatrixOrder)

[To be supplied.]

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

Parameters

angle
[To be supplied.]
order
[To be supplied.]

See Also

LinearGradientBrush Class | LinearGradientBrush Members | System.Drawing.Drawing2D Namespace | LinearGradientBrush.RotateTransform Overload List