Condividi tramite


InkStroke.PointTransform Proprietà

Definizione

Ottiene o imposta una matrice di trasformazione affine da applicare all'oggetto InkStroke .

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

void PointTransform(float3x2 value);
public Matrix3x2 PointTransform { get; set; }
var matrix3x2 = inkStroke.pointTransform;
inkStroke.pointTransform = matrix3x2;
Public Property PointTransform As Matrix3x2

Valore della proprietà

Matrix3x2 Matrix3x2

float3x2

Matrice di trasformazione 2D.

Si applica a

Vedi anche