C#
VB
Java
Objective-C
WinRT C#
C++
Enumerated values that indicate whether the element being smoothed is vertical or horizontal.
public enum SmoothCommandDirectionType
Public Enum SmoothCommandDirectionType
public enum SmoothCommandDirectionType
typedef NS_ENUM(NSInteger, LTSmoothCommandDirectionType)
public enum SmoothCommandDirectionType
Leadtools.ImageProcessing.Core.SmoothCommandDirectionType = function() { };
Leadtools.ImageProcessing.Core.SmoothCommandDirectionType.prototype = {<br/>
Horizontal = 0,
Vertical = 1,
};
public enum class SmoothCommandDirectionType
Members
Value | Member | Description |
---|---|---|
0 | Horizontal | A horizontal bump or nick. |
1 | Vertical | A vertical bump or nick. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET