Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ResizeInterpolateCommandBitmapEffectsTypeHelper Enumeration
See Also  
Leadtools.Windows.Media.Effects.Core Namespace : ResizeInterpolateCommandBitmapEffectsTypeHelper Enumeration




Syntax

Visual Basic (Declaration) 
Private Enum ResizeInterpolateCommandBitmapEffectsTypeHelper 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ResizeInterpolateCommandBitmapEffectsTypeHelper
C# 
private enum ResizeInterpolateCommandBitmapEffectsTypeHelper : Enum 
Managed Extensions for C++ 
__value private enum ResizeInterpolateCommandBitmapEffectsTypeHelper : public Enum 
C++/CLI 
private enum class ResizeInterpolateCommandBitmapEffectsTypeHelper : public Enum 

Members

MemberDescription
SIZE_NORMAL 
SIZE_FAVORBLACK 
SIZE_RESAMPLE 
SIZE_BICUBIC 
SIZE_TRIANGLE 
SIZE_HERMITE 
SIZE_BELL 
SIZE_QUADRATIC_B_SPLINE 
SIZE_CUBIC_B_SPLINE 
SIZE_BOXFILTER 
SIZE_LANCZOS 
SIZE_MICHELL 
SIZE_COSINE 
SIZE_CATROM 
SIZE_QUDRATIC 
SIZE_CUBIC_CONVOLUTION 
SIZE_BILINEAR 
SIZE_BRESENHAM 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Core.ResizeInterpolateCommandBitmapEffectsTypeHelper

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also