Udostępnij za pośrednictwem


InkStroke.GetInkPoints Method

Definition

Gets the collection of InkPoint objects used to construct the InkStroke.

public:
 virtual IVectorView<InkPoint ^> ^ GetInkPoints() = GetInkPoints;
IVectorView<InkPoint> GetInkPoints();
public IReadOnlyList<InkPoint> GetInkPoints();
function getInkPoints()
Public Function GetInkPoints () As IReadOnlyList(Of InkPoint)

Returns

The collection of InkPoint objects used to construct the InkStroke.

Applies to

See also