ComponentOne Bitmap for UWP
InterpolationMode Property (BitmapSource)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > BitmapSource Class : InterpolationMode Property
The interpolation mode used to scale the image. See Interpolation modes for more info. If the mode disables the mipmap, then BitmapSouce will cache the image at the resolution determined by the Scale and EnableDPICorrection properties.
Syntax
'Declaration
 
Public Property InterpolationMode As InterpolationMode
public InterpolationMode InterpolationMode {get; set;}
See Also

Reference

BitmapSource Class
BitmapSource Members