Leadtools.ImageProcessing.SpecialEffects Namespace : CylinderCommandType Enumeration |
public enum CylinderCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CylinderCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CylinderCommandType
public enum CylinderCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType = function() { }; Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType.prototype = {
Horizontal = 0x00000000, Vertical = 0x00000001, };
public enum class CylinderCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Horizontal | Stretch the pixels along the vertical plane (horizontal cylinder). |
0x00000001 | Vertical | Stretch the pixels along the horizontal plane (vertical cylinder). |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.CylinderCommandType