MasterPaneFindNearestPaneObject Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public bool FindNearestPaneObject(
	PointF mousePt,
	Graphics g,
	out GraphPane pane,
	out Object nearestObj,
	out int index
)

Parameters

mousePt  PointF
 
g  Graphics
 
pane  GraphPane
 
nearestObj  Object
 
index  Int32
 

Return Value

Boolean

See Also