BitmapTransform.InterpolationMode Property

Definition

Specifies the interpolation mode that is used to scale the bitmap.

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

Property Value

The interpolation mode. One of the values of the BitmapInterpolationMode enumeration.

Applies to