←Select platform

SmoothCommandDirectionType Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SmoothCommandDirectionType   
typedef NS_ENUM(NSInteger, LTSmoothCommandDirectionType) { 
 LTSmoothCommandDirectionTypeHorizontal = 0x0000,  
 LTSmoothCommandDirectionTypeVertical = 0x0001,  
}; 
public final class SmoothCommandDirectionType 
    extends java.lang.Enum<SmoothCommandDirectionType> 
public enum class SmoothCommandDirectionType   
class SmoothCommandDirectionType(Enum): 
   Horizontal = 0 
   Vertical = 1 
Members
ValueMemberDescription
0Horizontal A horizontal bump or nick.
1Vertical A vertical bump or nick.
Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.