←Select platform

ShadeAngle Property

Summary

Gets or sets the angle, in degrees.

Syntax
C#
VB
C++
public int ShadeAngle { get; set; } 
  
Public Property ShadeAngle As Integer 
public: 
property int ShadeAngle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Angle, in degrees, that identifies from which side the light will hit the brick edges, resulting in a brightening of the opposite angle edges, and the darkening of the other edges. Valid range is from 0 to 360.

Example

Refer to BricksTextureCommand example.

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