CompositionSurfaceBrush.TransformMatrix プロパティ

定義

ブラシに適用する変換マトリックス。

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

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

プロパティ値

Matrix3x2 Matrix3x2

float3x2

ブラシに適用する変換マトリックス。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象