InkAnalysisNode.RotatedBoundingRect 属性

定义

获取 InkAnalysisNode 对象的定向和贴靠的边框。

边界矩形 旋转边界矩形
边界矩形 旋转边界矩形
public:
 property IVectorView<Point> ^ RotatedBoundingRect { IVectorView<Point> ^ get(); };
IVectorView<Point> RotatedBoundingRect();
public IReadOnlyList<Point> RotatedBoundingRect { get; }
var iVectorView = inkAnalysisNode.rotatedBoundingRect;
Public ReadOnly Property RotatedBoundingRect As IReadOnlyList(Of Point)

属性值

InkAnalysisNode 对象的边界框的每个顶点的 X、Y 坐标,以设备无关的像素 (DIP) 相对于墨迹区域的左上角。

实现

适用于

另请参阅