DiagramLite Programmer's Guide
HtmlBuilder.CreateImageHtml Method
See Also
 





Generates an image map HTML code.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public string CreateImageHtml (
    string htmlFileName,
    string htmlTitle,
    string imgLocalPath,
    string imgURL
)

Visual Basic  Copy Code

Public Function CreateImageHtml( _
    htmlFileName As String, _
    htmlTitle As String, _
    imgLocalPath As String, _
    imgURL As String _
) As String

 Parameters

htmlFileName

htmlTitle

imgLocalPath

imgURL

 Return Value

 See Also

HtmlBuilder Members
HtmlBuilder Class
MindFusion.Diagramming Namespace