HotSpot.GetCoordinates 方法

定义

在派生类中重写时,返回一个表示 HotSpot 区域的坐标的字符串。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

返回

String

表示 HotSpot 区域的坐标的字符串。A string that represents the coordinates of the HotSpot region.

注解

当在派生类中重写时, GetCoordinates 方法返回区域坐标的字符串表示形式 HotSpotWhen overridden in a derived class, the GetCoordinates method returns the string representation of the coordinates of the HotSpot region.

实施者说明

当从继承时 HotSpot ,必须重写 GetCoordinates() 方法。When you inherit from HotSpot, you must override the GetCoordinates() method.

适用于