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)
|
演算子
適用対象