| Visual Basic (Declaration) | |
|---|---|
Public Enum Interploation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Interploation | |
| C# | |
|---|---|
public enum Interploation : System.Enum, IComparable, IConvertible, IFormattable | |
| Managed Extensions for C++ | |
|---|---|
__value public enum Interploation : public System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Interploation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Bicubic | Perform bicubic interpolation and averaging to produce high quality images. |
| Normal | Perform normal interpolation. This is the fastest interpolation. However, aliasing is present and reduces the image quality. |
| Resample | Perform linear interpolation and averaging to produce higher quality images. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Workstation.UI.Interploation
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code