←Select platform

MedicalViewerPaintingMethod Enumeration

Summary

Represents the technique used when painting the images.

Syntax

C#
VB
C++
public enum MedicalViewerPaintingMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize