次の方法で共有


ImageMapArea.ImageMapAreaShape 列挙型

定義

イメージ マップ内の領域の図形を示します。

public: enum class ImageMapArea::ImageMapAreaShape
public enum ImageMapArea.ImageMapAreaShape
type ImageMapArea.ImageMapAreaShape = 
Public Enum ImageMapArea.ImageMapAreaShape
継承
ImageMapArea.ImageMapAreaShape

フィールド

Circle 2

図形が円であることを示します。

Polygon 1

図形が多角形であることを示します。

Rectangle 0

図形が四角形であることを示します。

注釈

これは ImageMapArea オブジェクトによって使用されます。

適用対象