LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ShadeAngle Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > BricksTextureCommand Class : ShadeAngle Property



Gets or sets the angle, in degrees.

Syntax

Visual Basic (Declaration) 
Public Property ShadeAngle As Integer
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.ShadeAngle = value
 
value = instance.ShadeAngle
C# 
public int ShadeAngle {get; set;}
C++/CLI 
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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also