Class UIElementExtensions
Contiene extensiones para la clase UIElement.
Inherited Members
Namespace: TheXDS.MCART.Helpers
Assembly: MCART.Wpf.Common.dll
Syntax
public static class UIElementExtensions
Methods
| Edit this page View SourceRender(UIElement)
Crea un mapa de bits de un UIElement.
Declaration
public static RenderTargetBitmap Render(this UIElement u)
Parameters
Type | Name | Description |
---|---|---|
UIElement | u | UIElement a renderizar. |
Returns
Type | Description |
---|---|
RenderTargetBitmap | Un objeto RenderTargetBitmap que contiene una imagen
renderizada de |