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 枚举的值之一。