Table of Contents

Enum PerspectiveTransform3DInteroplationMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

The interpolation mode the 3D perspective transform effect uses on the image. There are 5 scale modes that range in quality and speed.

public enum PerspectiveTransform3DInteroplationMode

Fields

Anisotropic = 4

No documentation.

Cubic = 2

No documentation.

Linear = 1

No documentation.

MultiSampleLinear = 3

No documentation.

NearestNeighbor = 0

No documentation.