LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ShadeAngle Property

Show in webframe







Gets or sets the angle, in degrees.
Syntax
public int ShadeAngle {get; set;}
'Declaration
 
Public Property ShadeAngle As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.ShadeAngle = value
 
value = instance.ShadeAngle
public int ShadeAngle {get; set;}

            

            
 
get_ShadeAngle();
set_ShadeAngle(value);
Object.defineProperty('ShadeAngle');
public:
property int ShadeAngle {
   int get();
   void set (    int value);
}

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

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.