This documentation is archived and is not being maintained.
MapArea Constructor
Visual Studio 2010
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
MapArea() | Initializes a new instance of the MapArea class. |
|
MapArea(String, GraphicsPath) | Initializes a new instance of the MapArea class with the specified URL and GraphicsPath object. |
|
MapArea(String, RectangleF) | Initializes a new instance of the MapArea class with the specified URL and RectangleF structure. |
|
MapArea(MapAreaShape, String, array<Single>) | Initializes a new instance of the MapArea class with the specified shape, URL and coordinates. |
|
MapArea(String, String, String, String, GraphicsPath, Object) | Initializes a new instance of the MapArea class with the specified tooltip text, URL, attributes, postback value, path and tag. |
|
MapArea(String, String, String, String, RectangleF, Object) | Initializes a new instance of the MapArea class with the specified tooltip text, URL, attributes, postback value, rectangle coordinates and tag. |
|
MapArea(MapAreaShape, String, String, String, String, array<Single>, Object) | Initializes a new instance of the MapArea class with the specified shape, tooltip text, URL, attributes, postback value, coordinates and tag. |
Show: