Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

EmbossCommandDirection Enumeration








Enumerated values used to determine the direction of the apparent light source.
Syntax
public enum EmbossCommandDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum EmbossCommandDirection : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTEmbossCommandDirection)
public enum EmbossCommandDirection
Leadtools.ImageProcessing.Effects.EmbossCommandDirection = function() { };
Leadtools.ImageProcessing.Effects.EmbossCommandDirection.prototype = {<br/>
  North = 0,
	NorthEast = 1,
	East = 2,
	SouthEast = 3,
	South = 4,
	SouthWest = 5,
	West = 6,
	NorthWest = 7,
	
 };
public enum class EmbossCommandDirection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum EmbossCommandDirection 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
 
'Usage
 
Dim instance As EmbossCommandDirection
Members
ValueMemberDescription
0North North.
1NorthEast Northeast.
2East East.
3SouthEast Southeast.
4South South.
5SouthWest Southwest.
6West West.
7NorthWest Northwest.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file