LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ShadowAngle Property (RomanMosaicCommand)

Show in webframe







Gets or sets the value indicating 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 RomanMosaicCommand
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 indicating the direction of the light source that produces the shadow. This property is used if the RomanMosaicCommandFlags.ColoredShadow flag or the RomanMosaicCommandFlags.GrayShadow flag is set. Valid values are found in ShadowCommandAngle
Example
Refer to RomanMosaicCommand example.
Requirements

Target Platforms

See Also

Reference

RomanMosaicCommand Class
RomanMosaicCommand Members

 

 


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