←Select platform

ShadowCommandAngle Enumeration

Summary

Enumerated value indicating the direction of the light source producing the shadow.

Syntax

C#
VB
WinRT C#
C++
public enum ShadowCommandAngle 
  
Public Enum ShadowCommandAngle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum ShadowCommandAngle : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandAngle.prototype = { 
 
  East = 0x00000000, 
    NorthEast = 0x00000001, 
    North = 0x00000002, 
    NorthWest = 0x00000003, 
    West = 0x00000004, 
    SouthWest = 0x00000005, 
    South = 0x00000006, 
    SouthEast = 0x00000007, 
     
 }; 
public enum class ShadowCommandAngle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0EastEast.
1NorthEastNorthwest.
2NorthNorth.
3NorthWestNortheast.
4WestWest.
5SouthWestSouthwest.
6SouthSouth.
7SouthEastSoutheast.
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.SpecialEffects Assembly