.NET Framework Class Library

InterpolationMode Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace >

.NET Framework Class Library

InterpolationMode Enumeration

Specifies the algorithm that is used when images are scaled or rotated.

Namespace: Gnostice.Core.Graphics

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration InterpolationMode

C#

public enum InterpolationMode

Visual C++

public enum class InterpolationMode

Members


Member name

Value

Description


Invalid

-1



Default

0



Low

1



High

2



Bilinear

3



Bicubic

4



NearestNeighbor

5



HighQualityBilinear

6



HighQualityBicubic

7


See Also

Gnostice.Core.Graphics Namespace