다음을 통해 공유


BitmapEncoder.BitmapTransform 속성

정의

프레임 비트맵을 변환하는 방법을 지정하는 데 사용되는 BitmapTransform 개체입니다.

public:
 property BitmapTransform ^ BitmapTransform { BitmapTransform ^ get(); };
BitmapTransform BitmapTransform();
public BitmapTransform BitmapTransform { get; }
var bitmapTransform = bitmapEncoder.bitmapTransform;
Public ReadOnly Property BitmapTransform As BitmapTransform

속성 값

프레임 비트맵을 변환하는 방법을 지정하는 데 사용되는 BitmapTransform 개체입니다.

설명

BitmapTransform 멤버를 사용하여 인덱싱된 픽셀 형식으로 저장된 이미지의 크기를 조정하려고 하면 HRESULT WINCODEC_ERR_INVALIDPARAMETERFlushAsync가 실패합니다. 대신 GetPixelDataAsync 를 사용하여 크기가 조정된 픽셀 데이터를 가져온 다음 SetPixelData 를 사용하여 인코더에서 설정해야 합니다.

적용 대상