Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ShadowCommandAngle Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : ShadowCommandAngle Enumeration



Enumerated value indicating the direction of the light source producing the shadow.

Syntax

Visual Basic (Declaration)  
Public Enum ShadowCommandAngle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ShadowCommandAngle
C#  
public enum ShadowCommandAngle : Enum 
C++/CLI  
public enum class ShadowCommandAngle : public Enum 

Members

Member Description
East East.
NorthEast Northwest.
North North.
NorthWest Northeast.
West West.
SouthWest Southwest.
South South.
SouthEast Southeast.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle

Requirements

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

See Also