Share via


InkDrawingAttributes.PenTipTransform Propriété

Définition

Obtient ou définit une matrice de transformation affine appliquée au PenTipShape utilisé pour un 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

Valeur de propriété

Matrix3x2 Matrix3x2

float3x2

Matrice de transformation affine 2D. La valeur par défaut est la matrice d’identité.

Remarques

Les entrées M31 et M32 de la matrice doivent être égales à zéro.

Cette propriété permet différents effets calligraphiques, selon PenTip et PenTipShape.

S’applique à

Voir aussi