Compartir vía


RenderTargetBitmap(Int32, Int32, Double, Double, PixelFormat) Constructor

Definición

Inicializa una nueva instancia de la clase RenderTargetBitmap que tiene los parámetros especificados.

public:
 RenderTargetBitmap(int pixelWidth, int pixelHeight, double dpiX, double dpiY, System::Windows::Media::PixelFormat pixelFormat);
[System.Security.SecurityCritical]
public RenderTargetBitmap (int pixelWidth, int pixelHeight, double dpiX, double dpiY, System.Windows.Media.PixelFormat pixelFormat);
public RenderTargetBitmap (int pixelWidth, int pixelHeight, double dpiX, double dpiY, System.Windows.Media.PixelFormat pixelFormat);
[<System.Security.SecurityCritical>]
new System.Windows.Media.Imaging.RenderTargetBitmap : int * int * double * double * System.Windows.Media.PixelFormat -> System.Windows.Media.Imaging.RenderTargetBitmap
new System.Windows.Media.Imaging.RenderTargetBitmap : int * int * double * double * System.Windows.Media.PixelFormat -> System.Windows.Media.Imaging.RenderTargetBitmap
Public Sub New (pixelWidth As Integer, pixelHeight As Integer, dpiX As Double, dpiY As Double, pixelFormat As PixelFormat)

Parámetros

pixelWidth
Int32

Ancho del mapa de bits.

pixelHeight
Int32

Alto del mapa de bits.

dpiX
Double

PPP horizontales del mapa de bits.

dpiY
Double

PPP verticales del mapa de bits.

pixelFormat
PixelFormat

Formato del mapa de bits.

Atributos

Se aplica a