Share via


InkManager.SelectWithPolyLine(IIterable<Point>) Method

Definition

Note

For Universal Windows app using Extensible Application Markup Language (XAML), we recommend using InkPresenter and the InkCanvas control instead of InkManager.

Selects all strokes contained entirely within the polyline.

Note

The Selected flag is reset for all other strokes in the collection.

.

public:
 virtual Rect SelectWithPolyLine(IIterable<Point> ^ polyline) = SelectWithPolyLine;
Rect SelectWithPolyLine(IIterable<Point> const& polyline);
public Rect SelectWithPolyLine(IEnumerable<Point> polyline);
function selectWithPolyLine(polyline)
Public Function SelectWithPolyLine (polyline As IEnumerable(Of Point)) As Rect

Parameters

polyline

IIterable<Point>

IEnumerable<Point>

The points of the polyline.

Returns

The bounding rectangle of the selected ink strokes.

Implements

Windows.UI.Input.Inking.IInkStrokeContainer.SelectWithPolyLine(System.Collections.Generic.IEnumerable{Windows.Foundation.Point})

Applies to

See also