LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

EmbossCommandDirection Enumeration

Show in webframe







Enumerated values used to determine the direction of the apparent light source.
Syntax
public enum EmbossCommandDirection : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum EmbossCommandDirection 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As EmbossCommandDirection
public enum EmbossCommandDirection : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTEmbossCommandDirection
public enum EmbossCommandDirection
Leadtools.ImageProcessing.Effects.EmbossCommandDirection = function() { };
Leadtools.ImageProcessing.Effects.EmbossCommandDirection.prototype = {
North = 0x00000000, NorthEast = 0x00000001, East = 0x00000001, SouthEast = 0x00000003, South = 0x00000004, SouthWest = 0x00000005, West = 0x00000005, NorthWest = 0x00000007, };
public enum class EmbossCommandDirection : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NorthNorth.
0x00000001NorthEastNortheast.
0x00000001EastEast.
0x00000003SouthEastSoutheast.
0x00000004SouthSouth.
0x00000005SouthWestSouthwest.
0x00000005WestWest.
0x00000007NorthWestNorthwest.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.EmbossCommandDirection

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


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