Creates a bitmap image containing specified diagram region, scaled by specified factor.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IImage CreateImage ( |
Visual Basic Copy Code |
---|
Public Function CreateImage( _ |
A Rect specifying what region of the diagram to export, in logical coordinates.
Specifies the scale factor as percentage of the original size.
Specifies whether images are pre-rendered within a graphic context prior to an export. This is useful, when the exported diagram is not being drawn on an actual graphic context. The default value is false.
A Microsoft.Maui.Graphics.IImage instance.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |