←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly