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.RotateTransform (Single)

[To be supplied.]

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

Parameters

angle
[To be supplied.]

See Also

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