CoreIncrementalInkStroke.PointTransform Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une matrice de transformation affine à appliquer à l’objet CoreIncrementalInkStroke .
La position et la rotation sont basées sur le coin supérieur gauche du trait par rapport à l’origine du InkCanvas.
public:
property float3x2 PointTransform { float3x2 get(); };
float3x2 PointTransform();
public Matrix3x2 PointTransform { get; }
var matrix3x2 = coreIncrementalInkStroke.pointTransform;
Public ReadOnly Property PointTransform As Matrix3x2
Valeur de propriété
Position et angle du trait sous forme de matrice à virgule flottante 3*2.
La position par défaut est l’origine de InkCanvas. L’angle de rotation par défaut est de 0 degré.