Click or drag to resize

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
C#
public int NearestValueFromPoint(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Mouse position,

Return Value

Type: Int32
Nearest value.
See Also