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.
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.
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.