LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ShadowAngle Property (MosaicTilesCommand)

Show in webframe







Gets or sets the value that indicates the direction of the light source that produces the shadow.
Syntax
public ShadowCommandAngle ShadowAngle {get; set;}
'Declaration
 
Public Property ShadowAngle As ShadowCommandAngle
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As ShadowCommandAngle
 
instance.ShadowAngle = value
 
value = instance.ShadowAngle
public ShadowCommandAngle ShadowAngle {get; set;}

            

            
 
get_ShadowAngle();
set_ShadowAngle(value);
Object.defineProperty('ShadowAngle');
public:
property ShadowCommandAngle ShadowAngle {
   ShadowCommandAngle get();
   void set (    ShadowCommandAngle value);
}

Property Value

Value that indicates the direction of the light source that produces the shadow. This property is used if the MosaicTilesCommandFlags.ShadowRGB flag or the MosaicTilesCommandFlags.ShadowGray flag is set. Valid values are found in ShadowCommandAngle
Example
Refer to MosaicTilesCommand example.
Requirements

Target Platforms

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


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