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 MedicalViewerPaintingMethod : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.MedicalViewer.MedicalViewerPaintingMethod = function() { }; Leadtools.MedicalViewer.MedicalViewerPaintingMethod.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MedicalViewerPaintingMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Bicubic | Use bicubic interpolation if the paint process needs to resize the image. (slower than Resample). |
Normal | Normal painting. |
Resample | Use bilinear interpolation (resampling) if the paint process needs to resize the image. (slower than regular resize). |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerPaintingMethod
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2