Search
GraphicsFactory.CreateImageGraphics Method (Rect, SKBitmap@)
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,
    out SKBitmap bitmap
)

Visual Basic  Copy Code

Public Shared Function CreateImageGraphics( _
    bounds As Rect, _
    <System.Runtime.InteropServices.Out()> ByRef bitmap As SKBitmap _
) As IGraphics

 Parameters

bounds

bitmap

 Return Value

An instance of the IGraphics interface.

 See Also