Visual.TransformMatrix プロパティ

定義

ビジュアルに適用する変換マトリックス。 アニメーション化可能。

public:
 property float4x4 TransformMatrix { float4x4 get(); void set(float4x4 value); };
float4x4 TransformMatrix();

void TransformMatrix(float4x4 value);
public Matrix4x4 TransformMatrix { get; set; }
var matrix4x4 = visual.transformMatrix;
visual.transformMatrix = matrix4x4;
Public Property TransformMatrix As Matrix4x4

プロパティ値

Matrix4x4 Matrix4x4

float4x4

ビジュアルに適用する変換マトリックス。

注釈

このプロパティはアニメーション化できます。 CompositionObject.StartAnimation を呼び出して、CompositionAnimation に関連付けます。

適用対象