Condividi tramite


BitmapFrame.PixelHeight Proprietà

Definizione

Altezza del frame in pixel.

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Altezza del frame in pixel.

Implementazioni

Commenti

Se sono necessarie dimensioni pixel dell'immagine come archiviate in modo nativo, usare la proprietà PixelHeight .

Si applica a