Enumerated values that indicate whether the element being smoothed is vertical or horizontal.
| Visual Basic (Declaration) | |
|---|---|
Public Enum SmoothCommandDirectionType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SmoothCommandDirectionType : Enum | |
| C++/CLI | |
|---|---|
public enum class SmoothCommandDirectionType : public Enum | |
| Member | Description |
|---|---|
| Horizontal | A horizontal bump or nick. |
| Vertical | A vertical bump or nick. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.SmoothCommandDirectionType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family