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

IImage CreateImage (
    IGraphicsPath clip = null
)

Visual Basic  Copy Code

Function CreateImage( _
    Optional clip As IGraphicsPath = Nothing _
) As IImage

 Parameters

clip
Optional.

An optional clip path.

 Return Value

 See Also