←Select platform

ShadowCommandAngle Enumeration

Summary

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

Syntax
C#
VB
C++
public enum ShadowCommandAngle 
  
Public Enum ShadowCommandAngle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly