←Select platform

SmoothCommandBumpNickType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum SmoothCommandBumpNickType   
Public Enum SmoothCommandBumpNickType  
    
    
public enum SmoothCommandBumpNickType    
typedef NS_ENUM(NSInteger, LTSmoothCommandBumpNickType) 
public enum SmoothCommandBumpNickType 
Leadtools.ImageProcessing.Core.SmoothCommandBumpNickType = function() { }; 
Leadtools.ImageProcessing.Core.SmoothCommandBumpNickType.prototype = {<br/> 
  Bump = 0, 
    Nick = 1, 
     
 }; 
public enum class SmoothCommandBumpNickType   

Members

ValueMemberDescription
0Bump Remove a bump.
1Nick Fill in a nick.
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.Core Assembly