C#
VB
C++
Represents the technique used when painting the images.
public enum MedicalViewerPaintingMethod
Public Enum MedicalViewerPaintingMethod
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerPaintingMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Normal | Normal painting. |
1 | Resample | Use bilinear interpolation (resampling) if the paint process needs to resize the image. (slower than regular resize). |
2 | Bicubic | Use bicubic interpolation if the paint process needs to resize the image. (slower than Resample). |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET