CompositionImageOptions.DecodeWidth Propriété

Définition

Obtient ou définit la largeur de décodage de l’image.

public:
 property int DecodeWidth { int get(); void set(int value); };
int DecodeWidth();

void DecodeWidth(int value);
public int DecodeWidth { get; set; }
var int32 = compositionImageOptions.decodeWidth;
compositionImageOptions.decodeWidth = int32;
Public Property DecodeWidth As Integer

Valeur de propriété

Int32

int

Largeur de décodage de l’image.

Remarques

Important

Cette API existe uniquement dans Windows 10, version 1507 (build 10240).

S’applique à