LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ShadowCommandAngle Enumeration

Show in webframe







Enumerated value indicating the direction of the light source producing the shadow.
Syntax
public enum ShadowCommandAngle : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ShadowCommandAngle 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ShadowCommandAngle
public enum ShadowCommandAngle : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle = function() { };
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.prototype = {
East = 0x00000000, NorthEast = 0x00000001, North = 0x00000002, West = 0x00000003, NorthWest = 0x00000003, SouthWest = 0x00000005, South = 0x00000006, SouthEast = 0x00000007, };
public enum class ShadowCommandAngle : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000EastEast.
0x00000001NorthEastNorthwest.
0x00000002NorthNorth.
0x00000003WestWest.
0x00000003NorthWestNortheast.
0x00000005SouthWestSouthwest.
0x00000006SouthSouth.
0x00000007SouthEastSoutheast.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.