System.Web.UI.WebControls.RectangleHotSpot Members

The members of System.Web.UI.WebControls.RectangleHotSpot are listed below.

See Also: Inherited members from System.Web.UI.WebControls.HotSpot

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.RectangleHotSpot class.

Public Properties

Bottomint.

Gets or sets the y-coordinate of the bottom side of the rectangular region defined by this System.Web.UI.WebControls.RectangleHotSpot object.

Leftint.

Gets or sets the x-coordinate of the left side of the rectangular region defined by this System.Web.UI.WebControls.RectangleHotSpot object.

Rightint.

Gets or sets the x-coordinate of the right side of the rectangular region defined by this System.Web.UI.WebControls.RectangleHotSpot object.

Topint.

Gets or sets the y-coordinate of the top side of the rectangular region defined by this System.Web.UI.WebControls.RectangleHotSpot object.

Protected Properties

[read-only]
override
MarkupNamestring.

Gets the string representation for the System.Web.UI.WebControls.RectangleHotSpot object's shape.

Public Methods

override
GetCoordinates() : string

Returns a string that represents the x -and y-coordinates of a System.Web.UI.WebControls.RectangleHotSpot object's top left corner and the x- and y-coordinates of its bottom right corner.