Поделиться через


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 .

Применяется к