'Declaration Protected Sub MapPointToAxisRuler( _ ByRef vecPoint As Vector, _ ByRef vecRulerPoint As Vector _ )
'Usage Dim instance As ChartMouseTool Dim vecPoint As Vector Dim vecRulerPoint As Vector instance.MapPointToAxisRuler(vecPoint, vecRulerPoint)
protected void MapPointToAxisRuler( ref Vector vecPoint, ref Vector vecRulerPoint )
Parameters
- vecPoint
- vecRulerPoint