BitmapTransform.InterpolationMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定用來縮放點陣圖的插補模式。
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列舉的其中一個值。