BitmapSource.PixelHeight Eigenschaft

Definition

Ruft die Höhe der Bitmap in Pixeln ab.

public:
 property int PixelHeight { int get(); };
int PixelHeight();
public int PixelHeight { get; }
var int32 = bitmapSource.pixelHeight;
Public ReadOnly Property PixelHeight As Integer

Eigenschaftswert

Int32

int

Die Höhe der Bitmap in Pixeln.

Gilt für: