←Select platform

ShadowCommandAngle Enumeration

Summary
Enumerated value indicating the direction of the light source producing the shadow.
Syntax
C#
C++/CLI
Python
public enum ShadowCommandAngle 
public enum class ShadowCommandAngle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ShadowCommandAngle(Enum): 
   East = 0 
   NorthEast = 1 
   North = 2 
   NorthWest = 3 
   West = 4 
   SouthWest = 5 
   South = 6 
   SouthEast = 7 
Members
ValueMemberDescription
0EastEast.
1NorthEastNorthwest.
2NorthNorth.
3NorthWestNortheast.
4WestWest.
5SouthWestSouthwest.
6SouthSouth.
7SouthEastSoutheast.
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.SpecialEffects Assembly

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