HotSpot.GetCoordinates Method

Definition

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.

Applies to

See also