public enum EmbossCommandDirection
typedef NS_ENUM(NSInteger, LTEmbossCommandDirection) {
LTEmbossCommandDirectionNorth = 0x0000,
LTEmbossCommandDirectionNorthEast = 0x0001,
LTEmbossCommandDirectionEast = 0x0002,
LTEmbossCommandDirectionSouthEast = 0x0003,
LTEmbossCommandDirectionSouth = 0x0004,
LTEmbossCommandDirectionSouthWest = 0x0005,
LTEmbossCommandDirectionWest = 0x0006,
LTEmbossCommandDirectionNorthWest = 0x0007
};
public final class EmbossCommandDirection
extends java.lang.Enum<EmbossCommandDirection>
public enum class EmbossCommandDirection
class EmbossCommandDirection(Enum):
North = 0
NorthEast = 1
East = 2
SouthEast = 3
South = 4
SouthWest = 5
West = 6
NorthWest = 7
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document