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