Matrix 结构

定义

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.Shapes.MatrixTypeConverter))]
public struct Matrix
type Matrix = struct
继承
System.ValueType
Matrix
属性

构造函数

Matrix(Double, Double, Double, Double, Double, Double)

属性

Determinant
HasInverse
Identity
IsIdentity
M11
M12
M21
M22
OffsetX
OffsetY

方法

Append(Matrix)
Invert()
Multiply(Matrix, Matrix)
Prepend(Matrix)
Rotate(Double)
RotateAt(Double, Double, Double)
RotateAtPrepend(Double, Double, Double)
RotatePrepend(Double)
Scale(Double, Double)
ScaleAt(Double, Double, Double, Double)
ScaleAtPrepend(Double, Double, Double, Double)
ScalePrepend(Double, Double)
SetIdentity()
Skew(Double, Double)
SkewPrepend(Double, Double)
Transform(Point)
Transform(Point[])
Transform(Vector2)
Transform(Vector2[])
Translate(Double, Double)
TranslatePrepend(Double, Double)

运算符

Multiply(Matrix, Matrix)

适用于