IInkAnalysisNode.RotatedBoundingRect 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property IVectorView<Point> ^ RotatedBoundingRect { IVectorView<Point> ^ get(); };
IVectorView<Point> RotatedBoundingRect();
public IReadOnlyList<Point> RotatedBoundingRect { get; }
var iVectorView = iInkAnalysisNode.rotatedBoundingRect;
Public ReadOnly Property RotatedBoundingRect As IReadOnlyList(Of Point)
属性值
IInkAnalysisNode 对象的边界框每个顶点的 X、Y 坐标,以设备无关的像素 (DIP) 相对于墨迹区域的左上角。