GetValueForPoint Method (Indicator)
In This Topic
This method is called by
OnActionAdjusted and
OnAction to determine the appropriate scale value given the current mouse point.
Syntax
Parameters
- p
- a PointF in document coordinates
Return Value
By default this just returns the
Scale's
IGraduatedScale.GetValueAtPoint.
See Also