Creates a bitmap image representing this diagram, clipped by specified path and scaled by specified factor.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Task<ImageSource> CreateImage ( |
Visual Basic
![]() |
---|
Public Function CreateImage( _ |
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.