Freigeben über


ImageMapArea.ImageMapAreaShape-Enumeration

Indicates the shape of an area in an image map.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Enumeration ImageMapAreaShape
'Usage
Dim instance As ImageMapArea.ImageMapAreaShape
public enum ImageMapAreaShape
public enum class ImageMapAreaShape
type ImageMapAreaShape
public enum ImageMapAreaShape

Member

Membername Beschreibung
Rectangle Indicates that the shape is a rectangle.
Polygon Indicates that the shape is a polygon.
Circle Indicates that the shape is a circle.

Hinweise

This is used by the ImageMapArea object.