Class UIElementExtensions
Contains extensions for the UIElement class.
Inherited Members
Namespace: TheXDS.MCART.Helpers
Assembly: MCART.Wpf.Common.dll
Syntax
public static class UIElementExtensions
Methods
| Edit this page View SourceRender(UIElement)
Renders a UIElement to a RenderTargetBitmap.
Declaration
public static RenderTargetBitmap Render(this UIElement u)
Parameters
| Type | Name | Description |
|---|---|---|
| UIElement | u | The UIElement to render. |
Returns
| Type | Description |
|---|---|
| RenderTargetBitmap | A RenderTargetBitmap that contains the rendered image of the specified UIElement. |