Search
GraphicsFactory.CreateImageGraphics Method
See Also
 






Creates an IGraphics object specifically to output to an image.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static IGraphics CreateImageGraphics (
    Rect bounds
)

Visual Basic  Copy Code

Public Shared Function CreateImageGraphics( _
    bounds As Rect _
) As IGraphics

 Parameters

bounds

 Return Value

An instance of the IGraphics interface.

 See Also