←Select platform

SmoothCommandDirectionType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

ValueMemberDescription
0Horizontal A horizontal bump or nick.
1Vertical A vertical bump or 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