This documentation is archived and is not being maintained.

MapArea Constructor

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method MapArea() Initializes a new instance of the MapArea class.
Public method MapArea(String, GraphicsPath) Initializes a new instance of the MapArea class with the specified URL and GraphicsPath object.
Public method MapArea(String, RectangleF) Initializes a new instance of the MapArea class with the specified URL and RectangleF structure.
Public method MapArea(MapAreaShape, String, array<Single>) Initializes a new instance of the MapArea class with the specified shape, URL and coordinates.
Public method 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.
Public method 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.
Public method 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.
Top
Show: