Determine the coords for the rectangle associated with a specified point for
this CurveItem
| C# | Visual Basic | Visual C++ |
Public Overrides Function GetCoords ( _ pane As GraphPane, _ i As Integer, _ <OutAttribute> ByRef coords As String _ ) As Boolean
public: virtual bool GetCoords ( GraphPane^ pane, int i, [OutAttribute] String^% coords ) override
true if it's a valid point, false otherwise
