C#
VB
WinRT C#
C++
Enumerated value indicating the direction of the light source producing the shadow.
public enum ShadowCommandAngle
Public Enum ShadowCommandAngle
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ShadowCommandAngle : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle = function() { };
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.prototype = {
East = 0x00000000,
NorthEast = 0x00000001,
North = 0x00000002,
NorthWest = 0x00000003,
West = 0x00000004,
SouthWest = 0x00000005,
South = 0x00000006,
SouthEast = 0x00000007,
};
public enum class ShadowCommandAngle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | East | East. |
1 | NorthEast | Northwest. |
2 | North | North. |
3 | NorthWest | Northeast. |
4 | West | West. |
5 | SouthWest | Southwest. |
6 | South | South. |
7 | SouthEast | Southeast. |
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