←Select platform

CylinderCommandType Enumeration

Summary

A value that indicates the cylinder shape.

Syntax

C#
VB
WinRT C#
C++
public enum CylinderCommandType 
  
Public Enum CylinderCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
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   

Members

ValueMemberDescription
0Horizontal.
1Vertical.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly