CompositionImageOptions.DecodeWidth Property

Definition

Gets or sets the decode width of the 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

Property Value

Int32

int

The decode width of the image.

Remarks

Important

This API exists only in Windows 10, version 1507 (Build 10240).

Applies to