Search
Diagram.CreateImage Method (IGraphicsPath)
See Also
 






Creates a bitmap image representing this diagram, clipped by specified path.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IImage CreateImage (
    IGraphicsPath path
)

Visual Basic  Copy Code

Public Function CreateImage( _
    path As IGraphicsPath _
) As IImage

 Parameters

path
An IGraphicsPath instance returned by GraphicsFactory.CreatePath.

 Return Value

A Microsoft.Maui.Graphics.IImage instance.

 Remarks

Pixels outside the specified path are set transparent.

 See Also