Graph PaneFind Linkable Object 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 FindLinkableObject(
PointF mousePt,
Graphics g,
float scaleFactor,
out Object source,
out Link link,
out int index
)VB
Public Function FindLinkableObject (
mousePt As PointF,
g As Graphics,
scaleFactor As Single,
<OutAttribute> ByRef source As Object,
<OutAttribute> ByRef link As Link,
<OutAttribute> ByRef index As Integer
) As Boolean