Exports a bitmap file containing an image of the diagram, clipped by specified path and scaled by specified factor.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Task ExportImage ( |
Visual Basic
![]() |
---|
Public Function ExportImage( _ |
The file name or path.
An IGraphicsPath instance returned by GraphicsFactory.CreatePath.
Specifies the scale factor as percentage of the original size.
A Xamarin.Forms.ImageSource instance.
Pixels outside the specified path are set transparent.