Generates an image map HTML code.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string CreateImageHtml ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateImageHtml( _ |
A string that represents the full name of the HTML file that is created.
A string with the HTML code of the created HTML file.
RemarksThe method also creates an HTML file with attributes specified as parameters.
See Also