Freigeben über


CompositionSurfaceBrush.TransformMatrix Eigenschaft

Definition

Die Transformationsmatrix, die auf den Pinsel angewendet werden soll.

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

Eigenschaftswert

Matrix3x2 Matrix3x2

float3x2

Die Transformationsmatrix, die auf den Pinsel angewendet werden soll.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: