ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapArea Class / ImageMapArea Constructor

In This Topic
    ImageMapArea Constructor
    In This Topic
    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
    shape
    id
    See Also