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 (RectangleF, PointF[])

[To be supplied.]

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

Parameters

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

See Also

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