Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

ShadowAngle Property (RomanMosaicCommand)








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

Error processing SSI file