Leadtools.MedicalViewer Namespace : MedicalViewerPaintingMethod Enumeration |
public enum MedicalViewerPaintingMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MedicalViewerPaintingMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerPaintingMethod
public enum class MedicalViewerPaintingMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Normal | Normal painting. |
0x00000001 | Resample | Use bilinear interpolation (resampling) if the paint process needs to resize the image. (slower than regular resize). |
0x00000002 | Bicubic | Use bicubic interpolation if the paint process needs to resize the image. (slower than Resample). |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerPaintingMethod