←Select platform

EmbossCommandDirection Enumeration

Summary
Enumerated values used to determine the direction of the apparent light source.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum EmbossCommandDirection   
typedef NS_ENUM(NSInteger, LTEmbossCommandDirection) { 
 LTEmbossCommandDirectionNorth = 0x0000,  
 LTEmbossCommandDirectionNorthEast = 0x0001,  
 LTEmbossCommandDirectionEast = 0x0002,  
 LTEmbossCommandDirectionSouthEast = 0x0003,  
 LTEmbossCommandDirectionSouth = 0x0004,  
 LTEmbossCommandDirectionSouthWest = 0x0005,  
 LTEmbossCommandDirectionWest = 0x0006,  
 LTEmbossCommandDirectionNorthWest = 0x0007 
}; 
public final class EmbossCommandDirection 
    extends java.lang.Enum<EmbossCommandDirection> 
public enum class EmbossCommandDirection   
class EmbossCommandDirection(Enum): 
   North = 0 
   NorthEast = 1 
   East = 2 
   SouthEast = 3 
   South = 4 
   SouthWest = 5 
   West = 6 
   NorthWest = 7 
Members
ValueMemberDescription
0North North.
1NorthEast Northeast.
2East East.
3SouthEast Southeast.
4South South.
5SouthWest Southwest.
6West West.
7NorthWest Northwest.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.