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
Return Value
See Also