LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Interploation Enumeration

Show in webframe






Specifies the interpolation algorithm will be used to scale the image.
Syntax
'Declaration
 
Public Enum Interploation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As Interploation

            

            
__value public enum Interploation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class Interploation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NormalPerform normal interpolation. This is the fastest interpolation. However, aliasing is present and reduces the image quality.
0x00000001ResamplePerform linear interpolation and averaging to produce higher quality images.
0x00000002BicubicPerform bicubic interpolation and averaging to produce high quality images.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.UI.Interploation

Requirements

Target Platforms

See Also

Reference

Leadtools.Medical.Workstation.UI Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.