InkAnalysisInkDrawing.Points Property

Definition

Gets the collection of X, Y coordinates for all points used to specify the shape of the InkAnalysisInkDrawing object.

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

Applies to