C#
VB
Java
Objective-C
WinRT C#
C++
Enumerated values used to determine the direction of the apparent light source.
public enum EmbossCommandDirection
Public Enum EmbossCommandDirection
public enum EmbossCommandDirection
typedef NS_ENUM(NSInteger, LTEmbossCommandDirection)
public enum EmbossCommandDirection
Leadtools.ImageProcessing.Effects.EmbossCommandDirection = function() { };
Leadtools.ImageProcessing.Effects.EmbossCommandDirection.prototype = {<br/>
North = 0,
NorthEast = 1,
East = 2,
SouthEast = 3,
South = 4,
SouthWest = 5,
West = 6,
NorthWest = 7,
};
public enum class EmbossCommandDirection
Members
Value | Member | Description |
---|---|---|
0 | North | North. |
1 | NorthEast | Northeast. |
2 | East | East. |
3 | SouthEast | Southeast. |
4 | South | South. |
5 | SouthWest | Southwest. |
6 | West | West. |
7 | NorthWest | Northwest. |
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