Show / Hide Table of Contents

Class UIElementExtensions

Contiene extensiones para la clase UIElement.

Inheritance
object
UIElementExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Helpers
Assembly: MCART.Wpf.Common.dll
Syntax
public static class UIElementExtensions

Methods

| Edit this page View Source

Render(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 u.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX