InkAnalysisRoot.RotatedBoundingRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the oriented and snapped, bounding rectangle of the InkAnalysisRoot object.
Bounding rectangle | Rotated bounding rectangle |
---|---|
public:
property IVectorView<Point> ^ RotatedBoundingRect { IVectorView<Point> ^ get(); };
IVectorView<Point> RotatedBoundingRect();
public IReadOnlyList<Point> RotatedBoundingRect { get; }
var iVectorView = inkAnalysisRoot.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 InkAnalysisRoot object, in device-independent pixels (DIPs) relative to the upper left-hand corner of the inking area.