LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Angle Property (ShadowCommand)

Show in webframe







Gets or sets a value indicating the direction of the light source producing the shadow.
Syntax
public ShadowCommandAngle Angle {get; set;}
'Declaration
 
Public Property Angle As ShadowCommandAngle
'Usage
 
Dim instance As ShadowCommand
Dim value As ShadowCommandAngle
 
instance.Angle = value
 
value = instance.Angle
public ShadowCommandAngle Angle {get; set;}

            

            
 
get_Angle();
set_Angle(value);
Object.defineProperty('Angle');
public:
property ShadowCommandAngle Angle {
   ShadowCommandAngle get();
   void set (    ShadowCommandAngle value);
}

Property Value

Angle value indicating the direction of the light source producing the shadow.
Example
Refer to ShadowCommand.
Requirements

Target Platforms

See Also

Reference

ShadowCommand Class
ShadowCommand Members

 

 


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