Interploation Enumeration

Summary
Specifies the interpolation algorithm will be used to scale the image.
Syntax
C#
VB
C++
public enum Interploation 
  
Public Enum Interploation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class Interploation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0NormalPerform normal interpolation. This is the fastest interpolation. However, aliasing is present and reduces the image quality.
1ResamplePerform linear interpolation and averaging to produce higher quality images.
2BicubicPerform bicubic interpolation and averaging to produce high quality images.
Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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