ImageMapArea.ImageMapAreaShape Enum

Definition

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

Circle 2

Indicates that the shape is a circle.

Polygon 1

Indicates that the shape is a polygon.

Rectangle 0

Indicates that the shape is a rectangle.

Remarks

This is used by the ImageMapArea object.

Applies to