BitmapDecoder.PixelWidth Propiedad

Definición

Ancho del primer marco en píxeles.

public:
 property unsigned int PixelWidth { unsigned int get(); };
uint32_t PixelWidth();
public uint PixelWidth { get; }
var uInt32 = bitmapDecoder.pixelWidth;
Public ReadOnly Property PixelWidth As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Ancho del primer marco en píxeles.

Implementaciones

Comentarios

Use PixelWidth para dimensiones de píxeles de la imagen, ya que se almacena de forma nativa.

Se aplica a