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)
|
運算子
適用於