Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RotateCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing Namespace : RotateCommandFlags Enumeration



Flags used with RotateCommand.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RotateCommandFlags 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RotateCommandFlags
C# 
[FlagsAttribute()]
public enum RotateCommandFlags : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class RotateCommandFlags : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
None Default, do not resize the image, crop it.
Resize Size resulting image as needed.
Resample Perform bilinear interpolation when rotating.
Bicubic Perform bicubic interpolation when rotating.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.RotateCommandFlags

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also