Table of Contents

Enum BitmapSourceInterpolationMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

The interpolation mode used to scale the image in the Bitmap source effect. If the mode disables the mipmap, then BitmapSouce will cache the image at the resolution determined by the Scale and EnableDPICorrection properties.

public enum BitmapSourceInterpolationMode

Fields

Cubic = 2

No documentation.

Fant = 6

No documentation.

Linear = 1

No documentation.

MipmapLinear = 7

No documentation.

NearestNeighbor = 0

No documentation.