BitmapDecoder.PixelHeight Propiedad

Definición

Alto del primer fotograma en píxeles.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Alto del primer fotograma en píxeles.

Implementaciones

Comentarios

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

Se aplica a