Return the user scale values that correspond to the specified screen
coordinate position (pixels). This overload assumes the default
XAxis and YAxis.
| C# | Visual Basic | Visual C++ |
Public Sub ReverseTransform ( _ ptF As PointF, _ <OutAttribute> ByRef x As Double, _ <OutAttribute> ByRef y As Double _ )
public: void ReverseTransform ( PointF ptF, [OutAttribute] double% x, [OutAttribute] double% y )
This method implicitly assumes that Rect
has already been calculated via AxisChange()() or
Draw(Graphics) methods, or the Rect is
set manually (see IsRectAuto).
