다음을 통해 공유


CompositionImageOptions.DecodeWidth 속성

정의

이미지의 디코딩 너비를 가져오거나 설정합니다.

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

속성 값

Int32

int

이미지의 디코딩 너비입니다.

설명

중요

이 API는 Windows 10 버전 1507(빌드 10240)에만 존재합니다.

적용 대상