Determines the shape type and Coords values for this GraphObj
| C# | Visual Basic | Visual C++ |
public abstract void GetCoords( PaneBase pane, Graphics g, float scaleFactor, out string shape, out string coords )
Public MustOverride Sub GetCoords ( _ pane As PaneBase, _ g As Graphics, _ scaleFactor As Single, _ <OutAttribute> ByRef shape As String, _ <OutAttribute> ByRef coords As String _ )
public: virtual void GetCoords ( PaneBase^ pane, Graphics^ g, float scaleFactor, [OutAttribute] String^% shape, [OutAttribute] String^% coords ) abstract
