BitmapTransform.InterpolationMode 속성

정의

비트맵의 크기를 조정하는 데 사용되는 보간 모드를 지정합니다.

public:
 property BitmapInterpolationMode InterpolationMode { BitmapInterpolationMode get(); void set(BitmapInterpolationMode value); };
BitmapInterpolationMode InterpolationMode();

void InterpolationMode(BitmapInterpolationMode value);
public BitmapInterpolationMode InterpolationMode { get; set; }
var bitmapInterpolationMode = bitmapTransform.interpolationMode;
bitmapTransform.interpolationMode = bitmapInterpolationMode;
Public Property InterpolationMode As BitmapInterpolationMode

속성 값

보간 모드입니다. BitmapInterpolationMode 열거형의 값 중 하나입니다.

적용 대상