InkManager.DeleteSelected Method

Definition

Note

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

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

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

Applies to

See also