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

Definitie

Initialiseert een nieuw exemplaar van de RenderTargetBitmap klasse met de opgegeven parameters.

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)

Parameters

pixelWidth
Int32

De breedte van de bitmap.

pixelHeight
Int32

De hoogte van de bitmap.

dpiX
Double

De horizontale DPI van de bitmap.

dpiY
Double

De verticale DPI van de bitmap.

pixelFormat
PixelFormat

De indeling van de bitmap.

Kenmerken

Van toepassing op