Table of Contents

Method GetOrCreateMemoryCanvas

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetOrCreateMemoryCanvas(CanvasCreateParams)

Gets memory canvas for the specified scale factor. This canvas can be used to perform text measure.

public static Graphics GetOrCreateMemoryCanvas(Graphics.CanvasCreateParams prm)

Parameters

prm Graphics.CanvasCreateParams

The parameters for creating the measurement canvas.

Returns

Graphics

Remarks