Table of Contents

Method GetTemplateAsSKBitmap

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

GetTemplateAsSKBitmap(TemplateControl, Color?)

Gets template contents as SKBitmap.

public static SKBitmap GetTemplateAsSKBitmap(TemplateControl template, Color? backColor = null)

Parameters

template TemplateControl

Template control

backColor Color

Background color. Optional. If not specified, background color of the template control is used.

Returns

SKBitmap