CompositionImageOptions.DecodeWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).