This class exposes properties for the ClickOnPanWindow events.
[Visual Basic] Public Class PointEventArgs
Inherits EventArgs
[C#] public class PointEventArgsF
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.Win.ImageKit
X