InkStrokeContainer.DeleteSelected Method

Definition

Deletes the selected InkStroke objects from the InkStroke collection managed by the InkStrokeContainer.

public:
 virtual Rect DeleteSelected() = DeleteSelected;
Rect DeleteSelected();
public Rect DeleteSelected();
function deleteSelected()
Public Function DeleteSelected () As Rect

Returns

The bounding rectangle of the selected ink strokes, or the invalidated rectangle (0, 0, 0, 0) if no strokes were removed (no selected strokes).

Implements

Remarks

This method does not cause the StrokesErased event to fire.

Applies to

See also