HotSpot.GetCoordinates 方法
定义
public:
abstract System::String ^ GetCoordinates();
public abstract string GetCoordinates ();
abstract member GetCoordinates : unit -> string
Public MustOverride Function GetCoordinates () As String
返回
表示 HotSpot 区域的坐标的字符串。A string that represents the coordinates of the HotSpot region.
注解
当在派生类中重写时, GetCoordinates 方法返回区域坐标的字符串表示形式 HotSpot 。When 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.