IInkStrokeContainer.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:
 Rect SelectWithPolyLine(IIterable<Point> ^ polyline);
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.

Applies to

See also