CompositionImageOptions.DecodeHeight Property

Definition

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).

Applies to