InkStroke.PointTransform Propiedad

Definición

Obtiene o establece una matriz de transformación afín que se va a aplicar al objeto 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

Valor de propiedad

Matrix3x2 Matrix3x2

float3x2

Matriz de transformación 2D.

Se aplica a

Consulte también