Table of Contents

Enum InterpolationMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

This is used to specify the quality of image scaling with ID2D1DeviceContext::DrawImage and with the 2D affine transform effect.

public enum InterpolationMode

Fields

Anisotropic = 4

No documentation.

Cubic = 2

No documentation.

HighQualityCubic = 5

No documentation.

Linear = 1

No documentation.

MultiSampleLinear = 3

No documentation.

NearestNeighbor = 0

No documentation.