共用方式為


CompositionShape.TransformMatrix 屬性

定義

取得或設定要套用至圖形的轉換矩陣。

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

void TransformMatrix(float3x2 value);
public Matrix3x2 TransformMatrix { get; set; }
var matrix3x2 = compositionShape.transformMatrix;
compositionShape.transformMatrix = matrix3x2;
Public Property TransformMatrix As Matrix3x2

屬性值

Matrix3x2 Matrix3x2

float3x2

要套用至圖形的轉換矩陣。

適用於