Creates a bitmap image representing this diagram using the specified scale factor.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IImage CreateImage ( |
Visual Basic Copy Code |
---|
Public Function CreateImage( _ |
A Microsoft.Maui.Graphics.IImage instance containing the diagram image.
The method creates a new bitmap instance as big as the current document extents and paints the diagram in it. The Save method of the IImage object can be used to save the image in a jpeg, gif or bmp file.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |