Search
HtmlBuilder.CreateImageMap Method (String, RectangleF)
See Also
 





Creates an HTML code for a MAP tag.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string CreateImageMap (
    string mapName,
    RectangleF viewport
)

Visual Basic  Copy Code

Public Function CreateImageMap( _
    mapName As String, _
    viewport As RectangleF _
) As String

 Parameters

mapName

A string that represents the NAME attribute in the <MAP> tag.

viewport

Specifies the diagram region for which to generate an image map.

 Return Value

A string value containing the generated HTML code.

 See Also