←Select platform

SmoothCommandBumpNickType Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SmoothCommandBumpNickType   
typedef NS_ENUM(NSInteger, LTSmoothCommandBumpNickType) { 
 LTSmoothCommandBumpNickTypeBump = 0x0000,  
 LTSmoothCommandBumpNickTypeNick = 0x0001,  
}; 
public final class SmoothCommandBumpNickType 
    extends java.lang.Enum<SmoothCommandBumpNickType> 
public enum class SmoothCommandBumpNickType   
class SmoothCommandBumpNickType(Enum): 
   Bump = 0 
   Nick = 1 
Members
ValueMemberDescription
0Bump Remove a bump.
1Nick Fill in a nick.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.