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, MatrixOrder)

[To be supplied.]

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

Parameters

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

See Also

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