[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea

ImageMapArea Class

Represents an image map area for creating image maps for an image.

Inheritance
ImageMapArea
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class ImageMapArea

Constructors

Name Description
ImageMapArea(float[], ImageMapShape, string)

Initializes a new instance of the ImageMapArea class with specified coordinates, shape, and optional ID.

Properties

Name Description
Coordinates

Gets the coordinates for this instance.

Id

Gets the ID for this instance.

Shape

Gets the ImageMapShape this instance represents.

Methods

Name Description
Polygon(IList<PointF>)

Creates a polygonal image map area.

Rect(RectangleF)

Creates a rectangular image map area.

Extension Methods