This class exposes properties for the MouseDownSelectLayerImage and MouseUpSelectLayerImage events.
[Visual Basic] Public Class
MouseSelectEventArgs Inherits EventArgs
[C#] public class MouseSelectEventArgsF
EventArgs
Explanation
Property | Type | Explanation |
---|---|---|
![]() |
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) |
![]() |
integer (Visual Basic) int (C#) |
Retrieves the horizontal offset (in pixels) of the layer-interface image referred to by the Index parameter |
![]() |
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