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.TransformPoints (Point[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub TransformPoints( _
   ByVal pts() As Point _
)
[C#]
public void TransformPoints(
   Point[] pts
);
[C++]
public: void TransformPoints(
   Point* pts[]
);
[JScript]
public function TransformPoints(
   pts : Point[]
);

Parameters

pts
[To be supplied.]

See Also

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