RenderTargetBitmap(Int32, Int32, Double, Double, PixelFormat) Konstruktor

Definition

Initialisiert eine neue Instanz der RenderTargetBitmap Klasse mit den angegebenen Parametern.

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)

Parameter

pixelWidth
Int32

Die Breite der Bitmap.

pixelHeight
Int32

Die Höhe der Bitmap.

dpiX
Double

Der horizontale DPI-Wert der Bitmap.

dpiY
Double

Der vertikale DPI-Wert der Bitmap.

pixelFormat
PixelFormat

Das Format der Bitmap.

Attribute

Gilt für: