StylusPointCollection Explicit Conversion (StylusPointCollection^ to array<Point>^)
.NET Framework (current version)
Converts a StylusPointCollection into a point array.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- stylusPoints
-
Type:
System.Windows.Input::StylusPointCollection^
The stylus point collection to convert to a point array.
Return Value
Type: array<System.Windows::Point>^A point array that contains points that correspond to each StylusPoint in the StylusPointCollection.
The following example demonstrates how to erase the strokes that are surrounded by a lasso. The example assumes that there is an InkPresenter called presenter.
.NET Framework
Available since 3.0
Available since 3.0
Show: