It corresponds to an HTML element like e.g. "<area shape="myshape"
href="myHREF.html" coords="225,160,495,210" title="my title">", but
provides further properties for use outside the web.
| ImageMapArea |
| New() |
| New(shape: Shapes,
coords: Integer(), href: String) |
| New(shape: Shapes,
coords: Integer(), href: String, command: String) |
| New(shape: Shapes,
coords: Integer(), href: String, command: String, title: String) |
| New(shape: Shapes,
coords: Integer(), href: String, command: String, title: String, alt: String) |
| New(shape: Shapes,
coords: Integer(), href: String, command: String, title: String, alt: String,
onclick: String) |
| New(shape: Shapes,
coords: Integer(), href: String, command: String, title: String, alt: String,
onclick: String, tag: Object) |
|
| Shape: Shapes |
| Coords: Integer() |
| HREF: String |
| Command: String |
| Title: String |
| AltText: String |
| OnClick: String |
| Tag: Object |
| Target: String |
|
| clone(): Object {Implements ICloneable.Clone} |
| containsPoint(point: System.Drawing.Point):
Boolean |
| toHTML(): String |
| transformCoordinates(addX: Integer,
addY: Integer): Void |