Partager via


RenderTargetBitmap(Int32, Int32, Double, Double, PixelFormat) Constructeur

Définition

Initialise une nouvelle instance de la classe RenderTargetBitmap qui possède les paramètres spécifiés.

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)

Paramètres

pixelWidth
Int32

Largeur de l'image bitmap.

pixelHeight
Int32

Hauteur de la bitmap.

dpiX
Double

Nombre de points par pouce à l'horizontale de l'image bitmap.

dpiY
Double

Nombre de points par pouce à la verticale de l'image bitmap.

pixelFormat
PixelFormat

Format de l'image bitmap.

Attributs

S’applique à