共用方式為


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列舉的其中一個值。

適用於