XAMLExtensions Class

Assembly
Comet.dll
Namespace
Comet.Extensions
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["XAMLExtensions"] class Type type-node

Syntax

public static class XAMLExtensions

Methods

Name Value Summary
FindChildren<T>(DependencyObject) IEnumerable<T>
static
RenderToBitmapImage(UIElement) Task<BitmapImage>
static
RenderToBitmapImageAsync(UIElement) Task<BitmapImage>
static
RenderToRandomAccessStream(UIElement) Task<IRandomAccessStream>
static
RenderToRandomAccessStreamAsync(UIElement) Task<IRandomAccessStream>
static