Udostępnij za pośrednictwem


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

Definicja

Inicjuje RenderTargetBitmap nowe wystąpienie klasy z określonymi parametrami.

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)

Parametry

pixelWidth
Int32

Szerokość mapy bitowej.

pixelHeight
Int32

Wysokość mapy bitowej.

dpiX
Double

Pozioma dpi mapy bitowej.

dpiY
Double

Pionowa dpi mapy bitowej.

pixelFormat
PixelFormat

Format mapy bitowej.

Atrybuty

Dotyczy