Table of Contents

Enum ConvoleMatrixScaleMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

The interpolation mode the Convolve matrix effect uses to scale the image to the corresponding kernel unit length. There are six scale modes that range in quality and speed.

public enum ConvoleMatrixScaleMode

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.