System.Web.UI.WebControls.CircleHotSpot.GetCoordinates Method

Returns a string that represents the x- and y-coordinates of a System.Web.UI.WebControls.CircleHotSpot object's center and the length of its radius.

Syntax

public override string GetCoordinates ()

Returns

A string that represents the x- and y-coordinates of a System.Web.UI.WebControls.CircleHotSpot object's center and the length of its radius.

Remarks

This method uses the values assigned to the CircleHotSpot.X and CircleHotSpot.Y properties to return the center coordinates and the value assigned to the CircleHotSpot.Radius property to return the radius.

The CircleHotSpot.GetCoordinates method is used internally by ASP.NET to get the text to use for the coordinates of a System.Web.UI.WebControls.CircleHotSpot when it is rendered.

Requirements

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