Graph PaneFind Nearest Point(Point F, Curve List, Curve Item, Int 32) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public bool FindNearestPoint(
PointF mousePt,
CurveList targetCurveList,
out CurveItem nearestCurve,
out int iNearest
)VB
Public Function FindNearestPoint (
mousePt As PointF,
targetCurveList As CurveList,
<OutAttribute> ByRef nearestCurve As CurveItem,
<OutAttribute> ByRef iNearest As Integer
) As Boolean