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