Graph Obj ListFind Point 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 FindPoint(
PointF mousePt,
PaneBase pane,
Graphics g,
float scaleFactor,
out int index
)VB
Public Function FindPoint (
mousePt As PointF,
pane As PaneBase,
g As Graphics,
scaleFactor As Single,
<OutAttribute> ByRef index As Integer
) As Boolean