BitmapTransform.InterpolationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.