MapArea Constructor (String, String, String, String, RectangleF, Object)
.NET Framework (current version)
Initializes a new instance of the MapArea class with the specified tooltip text, URL, attributes, postback value, rectangle coordinates and tag.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Public Sub New ( toolTip As String, url As String, attributes As String, postBackValue As String, rect As RectangleF, tag As Object )
Parameters
- toolTip
-
Type:
System.String
The tool tip for the map area.
- url
-
Type:
System.String
The destination URL or anchor point of the map area.
- attributes
-
Type:
System.String
The attributes for the map area.
- postBackValue
-
Type:
System.String
The postback value which can be processed on a Click event.
- rect
-
Type:
System.Drawing.RectangleF
The coordinates of a MapArea object.
- tag
-
Type:
System.Object
The tag to indicate whether the map area is custom.
.NET Framework
Available since 4.0
Available since 4.0
Show: