ImageMapArea.ImageMapAreaShape Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the shape of an area in an image map.
public: enum class ImageMapArea::ImageMapAreaShape
public enum ImageMapArea.ImageMapAreaShape
type ImageMapArea.ImageMapAreaShape =
Public Enum ImageMapArea.ImageMapAreaShape
- Inheritance
-
ImageMapArea.ImageMapAreaShape
Fields
Name | Value | Description |
---|---|---|
Rectangle | 0 | Indicates that the shape is a rectangle. |
Polygon | 1 | Indicates that the shape is a polygon. |
Circle | 2 | Indicates that the shape is a circle. |
Remarks
This is used by the ImageMapArea object.