Method GetTemplateAsSKBitmap
GetTemplateAsSKBitmap(TemplateControl, Color?)
Gets template contents as SKBitmap.
public static SKBitmap GetTemplateAsSKBitmap(TemplateControl template, Color? backColor = null)
Parameters
template
TemplateControlTemplate control
backColor
ColorBackground color. Optional. If not specified, background color of the template control is used.