InkAnalysisInkDrawing.Points 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.
public:
property IVectorView<Point> ^ Points { IVectorView<Point> ^ get(); };
IVectorView<Point> Points();
public IReadOnlyList<Point> Points { get; }
var iVectorView = inkAnalysisInkDrawing.points;
Public ReadOnly Property Points As IReadOnlyList(Of Point)
Property Value
Remarks
The collection of points is dependent on the shape drawn.
- Ellipse: four points, one for each end point of the two axes defining the shape
- Polyline: one point for each vertex defining the shape