Generated when the mouse cursor is placed over a layer image and the mouse button is released.

[Visual Basic] Public Event MouseUpSelectLayerImage As MouseSelectEventHandler
[C#] public event MouseSelectEventHandler MouseUpSelectLayerImage;

Event Data

The event handler receives arguments of type MouseSelectEventArgs

Explanation

The MouseUpSelectLayerImage event is generated when the mouse cursor is over a layer image and the mouse button is released. This event is enabled when an image is set in the Layer interface's Image property and the image exists in the location where the mouse is released. If there is more than one layer image at the location where the mouse button was released, the top most image will be selected.

For example if at the mouse release location there are two image layers as indicated by the Layer property index 0 and 3, the image layer corresponding to index 3 will be selected. (image layers with larger indexes are displayed above image layers with smaller indexes).

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation