InkAnalysisListItem.RotatedBoundingRect Property

Definition

Gets the oriented and snapped, bounding rectangle of the InkAnalysisListItem object.

Bounding rectangle Rotated bounding rectangle
Bounding rectangle Rotated bounding rectangle
public:
 property IVectorView<Point> ^ RotatedBoundingRect { IVectorView<Point> ^ get(); };
IVectorView<Point> RotatedBoundingRect();
public IReadOnlyList<Point> RotatedBoundingRect { get; }
var iVectorView = inkAnalysisListItem.rotatedBoundingRect;
Public ReadOnly Property RotatedBoundingRect As IReadOnlyList(Of Point)

Property Value

The X, Y coordinates for each vertex point of the bounding box for the InkAnalysisListItem object, in device-independent pixels (DIPs) relative to the upper left-hand corner of the inking area.

Implements

Applies to

See also