GraphPaneFindNearestPoint(PointF, CurveItem, Int32) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public bool FindNearestPoint(
	PointF mousePt,
	out CurveItem nearestCurve,
	out int iNearest
)

Parameters

mousePt  PointF
 
nearestCurve  CurveItem
 
iNearest  Int32
 

Return Value

Boolean

See Also