System.Web.UI.WebControls.PolygonHotSpot.GetCoordinates Method

Returns a string that represents the coordinates of the vertexes of a System.Web.UI.WebControls.PolygonHotSpot object.

Syntax

public override string GetCoordinates ()

Returns

A string that represents the coordinates of the vertexes of a System.Web.UI.WebControls.PolygonHotSpot object. The default value is an empty string ("").

Remarks

The PolygonHotSpot.GetCoordinates method returns a string that represents the coordinates of the vertexes of a System.Web.UI.WebControls.PolygonHotSpot object. The string this method returns is the current value of the PolygonHotSpot.Coordinates property.

The PolygonHotSpot.GetCoordinates method is used internally by ASP.NET to get the text to use for the coordinates of a System.Web.UI.WebControls.PolygonHotSpot when it is rendered. The string that is returned is specific to the browser and markup language.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0