LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SmoothCommandDirectionType Enumeration

Show in webframe







Enumerated values that indicate whether the element being smoothed is vertical or horizontal.

Syntax
public enum SmoothCommandDirectionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum SmoothCommandDirectionType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SmoothCommandDirectionType
public enum SmoothCommandDirectionType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTSmoothCommandDirectionType
public enum SmoothCommandDirectionType
Leadtools.ImageProcessing.Core.SmoothCommandDirectionType = function() { };
Leadtools.ImageProcessing.Core.SmoothCommandDirectionType.prototype = {
Horizontal = 0x00000000, Vertical = 0x00000001, };
public enum class SmoothCommandDirectionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000HorizontalA horizontal bump or nick.
0x00000001VerticalA vertical bump or nick.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.SmoothCommandDirectionType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.