LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CylinderCommandType Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : CylinderCommandType Enumeration



A value that indicates the cylinder shape.

Syntax

Visual Basic (Declaration) 
Public Enum CylinderCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CylinderCommandType
C# 
public enum CylinderCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CylinderCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
HorizontalStretch the pixels along the vertical plane (horizontal cylinder).
VerticalStretch the pixels along the horizontal plane (vertical cylinder).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also