BitmapImage.DecodePixelWidth 속성

정의

이미지 디코딩 작업에 사용할 너비를 가져오거나 설정합니다.

public:
 property int DecodePixelWidth { int get(); void set(int value); };
int DecodePixelWidth();

void DecodePixelWidth(int value);
public int DecodePixelWidth { get; set; }
var int32 = bitmapImage.decodePixelWidth;
bitmapImage.decodePixelWidth = int32;
Public Property DecodePixelWidth As Integer
<BitmapImage DecodePixelWidth="int" />

속성 값

Int32

int

이미지 디코딩 작업에 사용할 너비(픽셀)입니다.

적용 대상