Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace : Interploation Enumeration |
public enum Interploation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum Interploation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Interploation
__value public enum Interploation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class Interploation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Normal | Perform normal interpolation. This is the fastest interpolation. However, aliasing is present and reduces the image quality. |
0x00000001 | Resample | Perform linear interpolation and averaging to produce higher quality images. |
0x00000002 | Bicubic | Perform bicubic interpolation and averaging to produce high quality images. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Workstation.UI.Interploation