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!

Matrix.RotateAt (Single, PointF)

[To be supplied.]

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

Parameters

angle
[To be supplied.]
point
[To be supplied.]

See Also

Matrix Class | Matrix Members | System.Drawing.Drawing2D Namespace | Matrix.RotateAt Overload List