LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

ShadeAngle Property






Gets or sets the angle, in degrees. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.