ImageMapArea.ImageMapAreaShape 列挙型

定義

マップ領域形状を指定します。

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

フィールド

名前 説明
Rectangle 0

マップエリアの形状は長方形です。

Polygon 1

マップエリアの形状はPolygonです。

Circle 2

マップエリアの形状は円形です。

適用対象