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 Constructor (Rectangle, Point[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal rect As Rectangle, _
   ByVal plgpts() As Point _
)
[C#]
public Matrix(
   Rectangle rect,
   Point[] plgpts
);
[C++]
public: Matrix(
   Rectangle rect,
   Point* plgpts[]
);
[JScript]
public function Matrix(
   rect : Rectangle,
   plgpts : Point[]
);

Parameters

rect
[To be supplied.]
plgpts
[To be supplied.]

See Also

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