CompositionImageOptions.DecodeHeight 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 height of the image.
public:
property int DecodeHeight { int get(); void set(int value); };
int DecodeHeight();
void DecodeHeight(int value);
public int DecodeHeight { get; set; }
var int32 = compositionImageOptions.decodeHeight;
compositionImageOptions.decodeHeight = int32;
Public Property DecodeHeight As Integer
Property Value
Int32
int
The decode height of the image.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).