XAMLExtensions.

RenderToBitmapImageAsync(UIElement) Method

Assembly
Comet.dll
Namespace
Comet.Extensions
Containing Type
XAMLExtensions

Syntax

public static Task<BitmapImage> RenderToBitmapImageAsync(this UIElement element)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
element UIElement

Return Value

Type Description
Task<BitmapImage>