Matrix
Matrix class
public sealed class Matrix : IDisposable
构造函数
姓名 |
描述 |
Matrix() |
默认构造函数。 |
Matrix(Rectangle, Point[]) |
|
Matrix(RectangleF, PointF[]) |
|
Matrix(float, float, float, float, float, float) |
|
特性
方法
姓名 |
描述 |
Clone() |
|
Dispose() |
|
Invert() |
|
Multiply(Matrix) |
|
Multiply(Matrix, MatrixOrder) |
|
Reset() |
|
Rotate(float) |
|
Rotate(float, MatrixOrder) |
|
RotateAt(float, PointF) |
|
RotateAt(float, PointF, MatrixOrder) |
|
Scale(float, float) |
|
Scale(float, float, MatrixOrder) |
|
Shear(float, float) |
|
Shear(float, float, MatrixOrder) |
|
TransformPoints(PointF[]) |
|
TransformPoints(Point[]) |
|
TransformVectors(PointF[]) |
|
Translate(float, float) |
|
Translate(float, float, MatrixOrder) |
|
也可以看看