PointEventArgs Constructor |
Initialize a new instance of the PointEventArgs class.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public PointEventArgs(
Point point
)
Parameters
- point
- Type: System.DrawingPoint
Point associated with event.
See Also