'Declaration Protected Function MapViewPointToModelPlane( _ ByRef eventDescription As EventDescription, _ ByRef vecModelPoint As Vector _ ) As Boolean
'Usage Dim instance As ChartMouseTool Dim eventDescription As EventDescription Dim vecModelPoint As Vector Dim value As Boolean value = instance.MapViewPointToModelPlane(eventDescription, vecModelPoint)
protected bool MapViewPointToModelPlane( ref EventDescription eventDescription, ref Vector vecModelPoint )
Parameters
- eventDescription
- vecModelPoint