Condividi tramite


BitmapFrame.PixelWidth Proprietà

Definizione

Larghezza del frame in pixel.

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Larghezza del frame in pixel.

Implementazioni

Commenti

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

Si applica a