HotSpot.GetCoordinates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, returns a string that represents the coordinates of the HotSpot region.
public:
abstract System::String ^ GetCoordinates();
public abstract string GetCoordinates ();
abstract member GetCoordinates : unit -> string
Public MustOverride Function GetCoordinates () As String
Returns
A string that represents the coordinates of the HotSpot region.
Remarks
When overridden in a derived class, the GetCoordinates method returns the string representation of the coordinates of the HotSpot region.
Notes to Implementers
When you inherit from HotSpot, you must override the GetCoordinates() method.