BitmapSource.PixelWidth Propiedad

Definición

Obtiene el ancho del mapa de bits en píxeles.

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

Valor de propiedad

Int32

int

Ancho del mapa de bits en píxeles.

Se aplica a