This method selects or deselects all of the annotation objects drawn.

[Visual Basic] Public Function SelectAllObjects() As Boolean
[C#] public bool SelectAllObjects();

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The SelectAllObjects method selects or deselects all of the annotation objects drawn. Even if the EditKind property is not set to KindOfEdit.MultiSelect, as a result of executing this method, the  EditKind property will automatically be set to KindOfEdit.MultiSelect.

If this method is executed when no objects are selected or when only some objects have been selected, then all objects will be selected. If this method is executed when all objects have been selected, then all objects will be deselected.

When objects are selected, they may be deleted, moved, or copied.

Right clicking on the image displayed in the ImageKit Control brings up the context menu where you can choose "Select/Deselect All". This has the same effect as executing the SelectAllObjects method. For more details about the context menu, please refer to the ContextMenuEnable property.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation