This method cuts the selected object(s).

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

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The CutSelectedObjects cuts the selected object(s).

Executing this method when the EditKind property is set to KindOfEdit.Select or to KindOfEdit.MultiSelect cuts the selected objects and copies them to a buffer. The buffer can only hold the objects from the current execution of this method. If the CutSelectedObjects method is executed while data is contained in the buffer, that data will be cleared before the new data is cut and copied to the buffer. To paste the cut objects in the ImageKit control, right click to display the context menu and choose "Paste" or execute the PasteCopiedObjects method.

It is possible to cut objects from one ImageKit control and paste them into another ImageKit control.

To perform the same function as executing this method, right click the object and display the context menu then select "Cut". For more details about the context menu, please refer to ContextMenuEnable property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation