Matrix

Matrix()

默认构造函数。

public Matrix()

也可以看看


Matrix(float, float, float, float, float, float)

public Matrix(float m11, float m12, float m21, float m22, float dx, float dy)

也可以看看


Matrix(Rectangle, Point[])

public Matrix(Rectangle rect, Point[] plgpts)

也可以看看


Matrix(RectangleF, PointF[])

public Matrix(RectangleF rect, PointF[] plgpts)

也可以看看