LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SmoothCommandBumpNickType Enumeration

Show in webframe







Enumerated values that indicate whether to remove bumps or fill in nicks.

Syntax
public enum SmoothCommandBumpNickType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum SmoothCommandBumpNickType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SmoothCommandBumpNickType
public enum SmoothCommandBumpNickType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTSmoothCommandBumpNickType
public enum SmoothCommandBumpNickType
Leadtools.ImageProcessing.Core.SmoothCommandBumpNickType = function() { };
Leadtools.ImageProcessing.Core.SmoothCommandBumpNickType.prototype = {
Bump = 0x00000000, Nick = 0x00000001, };
public enum class SmoothCommandBumpNickType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000BumpRemove a bump.
0x00000001NickFill in a nick.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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