Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

CylinderCommandType Enumeration








A value that indicates the cylinder shape.
Syntax
public enum CylinderCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CylinderCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CylinderCommandType
public enum CylinderCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType.prototype = {
Horizontal = 0x00000000, Vertical = 0x00000001, };
public enum class CylinderCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
horizontal cylinderHorizontal.
vertical cylinderVertical.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

Error processing SSI file