MedicalViewerPaintingMethod Enumeration

Summary
Represents the technique used when painting the images.
Syntax
C#
VB
C++
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
ValueMemberDescription
0Normal Normal painting.
1Resample Use bilinear interpolation (resampling) if the paint process needs to resize the image. (slower than regular resize).
2Bicubic Use bicubic interpolation if the paint process needs to resize the image. (slower than Resample).
Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.