BitmapSource.PixelWidth Propriété

Définition

Obtient la largeur de l'image bitmap en pixels.

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

Valeur de propriété

Int32

int

Largeur de l'image bitmap en pixels.

S’applique à