This class exposes properties for the ClickOnPanWindow events.

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

Explanation

Property Type Explanation
 X Integer (Visual Basic)
int (C#)
Retrieves the x coordinate (in pixels) for the location of a mouse click in the Pan Window.
 Y Integer (Visual Basic)
int (C#)
Retrieves the y coordinate (in pixels) for the location of a mouse click in the Pan Window.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation