ViewDrawTPNearestValueFromPoint Method |
Find nearest value given the mouse postion within track area.
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 int NearestValueFromPoint(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
Mouse position,
Return Value
Type:
Int32Nearest value.
See Also