[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[] );
Matrix Class | Matrix Members | System.Drawing.Drawing2D Namespace | Matrix Constructor Overload List