Search
IGraphics.CreateImage Method
See Also
 






Creates an image from the current drawing associated with this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Task<ImageSource> CreateImage (
    IGraphicsPath clip = null
)

Visual Basic  Copy Code

Function CreateImage( _
    Optional clip As IGraphicsPath = Nothing _
) As Task(Of ImageSource)

 Parameters

clip
Optional.

An optional clip path.

 Return Value

 See Also