←Select platform

Interploation Enumeration

Summary

Specifies the interpolation algorithm will be used to scale the image.

Syntax

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

Target Platforms

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