| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal coordinates() As Single, _ ByVal id As String, _ ByVal shape As ImageMapShape _ ) | |
| C# | |
|---|---|
public ImageMapArea( float[] coordinates, string id, ImageMapShape shape ) | |
Parameters
- coordinates
- id
- shape
| DataDynamics.Reports | Support Forum |
| ImageMapArea Constructor | |
| See Also | |
|
| DataDynamics.Reports.ReportsCore.Rendering.Interactivity Namespace > ImageMapArea Class : ImageMapArea Constructor |
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal coordinates() As Single, _ ByVal id As String, _ ByVal shape As ImageMapShape _ ) | |
| C# | |
|---|---|
public ImageMapArea( float[] coordinates, string id, ImageMapShape shape ) | |