←Select platform

ShadeAngle Property

Summary

Gets or sets the angle, in degrees.

Syntax

C#
VB
WinRT C#
C++
public int ShadeAngle { get; set; } 
  
Public Property ShadeAngle As Integer 
public int ShadeAngle {get; set;} 
  
get_ShadeAngle(); 
set_ShadeAngle(value); 
Object.defineProperty('ShadeAngle');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly