GraphPaneFindLinkableObject Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public bool FindLinkableObject(
	PointF mousePt,
	Graphics g,
	float scaleFactor,
	out Object source,
	out Link link,
	out int index
)

Parameters

mousePt  PointF
 
g  Graphics
 
scaleFactor  Single
 
source  Object
 
link  Link
 
index  Int32
 

Return Value

Boolean

See Also