Matrix 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.Shapes.MatrixTypeConverter))]
public struct Matrix
type Matrix = struct
- 继承
-
- 属性
-
构造函数
属性
方法
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)
|
运算符
适用于