InkStrokeContainer.SelectWithPolyLine(IIterable<Point>) Method

Definition

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