InkAnalysisLine.RotatedBoundingRect 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 le rectangle englobant orienté et aligné de l’objet InkAnalysisLine.
Rectangle englobant | Rectangle englobant pivoté |
---|---|
public:
property IVectorView<Point> ^ RotatedBoundingRect { IVectorView<Point> ^ get(); };
IVectorView<Point> RotatedBoundingRect();
public IReadOnlyList<Point> RotatedBoundingRect { get; }
var iVectorView = inkAnalysisLine.rotatedBoundingRect;
Public ReadOnly Property RotatedBoundingRect As IReadOnlyList(Of Point)
Valeur de propriété
Les coordonnées X, Y pour chaque point de vertex du cadre englobant de l’objet InkAnalysisLine, en pixels indépendants de l’appareil (DIPs) par rapport au coin supérieur gauche de la zone d’entrée manuscrite.