This class exposes properties for the MouseDownSelectLayerImage and MouseUpSelectLayerImage events.

[Visual Basic] Public Class MouseSelectEventArgs Inherits EventArgs
[C#] public class MouseSelectEventArgsF EventArgs

Explanation

Property Type Explanation
 Index integer (Visual Basic)
int (C#)
Retrieves the index (from 0 to 99) of the layer-interface image that exists in the location where the mouse button was pressed (or released)
 X integer (Visual Basic)
int (C#)
Retrieves the horizontal offset (in pixels) of the layer-interface image referred to by the Index parameter
 Y integer (Visual Basic)
int (C#)
Retrieves the vertical offset (in pixels) of the layer-interface image referred to by the Index parameter

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation