InkDrawingAttributes.PenTipTransform Propiedad

Definición

Obtiene o establece una matriz de transformación affine aplicada a penTipShape utilizada para inkStroke.

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

void PenTipTransform(float3x2 value);
public Matrix3x2 PenTipTransform { get; set; }
var matrix3x2 = inkDrawingAttributes.penTipTransform;
inkDrawingAttributes.penTipTransform = matrix3x2;
Public Property PenTipTransform As Matrix3x2

Valor de propiedad

Matrix3x2 Matrix3x2

float3x2

Matriz de transformación afín 2D. El valor predeterminado es la matriz de identidades.

Comentarios

Las entradas M31 y M32 de la matriz deben ser cero.

Esta propiedad permite varios efectos calligráficos, según PenTip y PenTipShape.

Se aplica a

Consulte también