←Select platform

EmbossCommandDirection Enumeration

Summary

Enumerated values used to determine the direction of the apparent light source.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum EmbossCommandDirection   
Public Enum EmbossCommandDirection  
    
    
public enum EmbossCommandDirection    
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   

Members

ValueMemberDescription
0North North.
1NorthEast Northeast.
2East East.
3SouthEast Southeast.
4South South.
5SouthWest Southwest.
6West West.
7NorthWest Northwest.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly