BitmapSource.PixelWidth Eigenschaft

Definition

Ruft die Breite der Bitmap in Pixeln ab.

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

Eigenschaftswert

Int32

int

Die Breite der Bitmap in Pixeln.

Gilt für: