ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapArea Class / ImageMapArea Constructor
The coordinates defining the area.
The shape of the area.
The optional ID of the area.

In This Topic
    ImageMapArea Constructor
    In This Topic
    Initializes a new instance of the ImageMapArea class with specified coordinates, shape, and optional ID.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal coordinates() As Single, _
       ByVal shape As ImageMapShape, _
       Optional ByVal id As String _
    )
    public ImageMapArea( 
       float[] coordinates,
       ImageMapShape shape,
       string id
    )

    Parameters

    coordinates
    The coordinates defining the area.
    shape
    The shape of the area.
    id
    The optional ID of the area.
    See Also