Master PaneFind Nearest Pane 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 FindNearestPaneObject(
PointF mousePt,
Graphics g,
out GraphPane pane,
out Object nearestObj,
out int index
)VB
Public Function FindNearestPaneObject (
mousePt As PointF,
g As Graphics,
<OutAttribute> ByRef pane As GraphPane,
<OutAttribute> ByRef nearestObj As Object,
<OutAttribute> ByRef index As Integer
) As Boolean