←Select platform

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

Leadtools.Medical.Workstation Assembly