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.
Specifies a map area shape.
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 | The map area shape is Rectangle. |
Polygon | 1 | The map area shape is Polygon. |
Circle | 2 | The map area shape is Circle. |