Compartilhar via


RenderTargetBitmap(Int32, Int32, Double, Double, PixelFormat) Construtor

Definição

Inicializa uma nova instância da classe RenderTargetBitmap que tem os 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

A largura do bitmap.

pixelHeight
Int32

A altura do bitmap.

dpiX
Double

O DPI horizontal do bitmap.

dpiY
Double

O DPI vertical do bitmap.

pixelFormat
PixelFormat

O formato do bitmap.

Atributos

Aplica-se a