←Select platform

ShadowAngle Property

Summary

Gets or sets the value indicating the direction of the light source that produces the shadow.

Syntax
C#
VB
C++
public ShadowCommandAngle ShadowAngle { get; set; } 
  
Public Property ShadowAngle As ShadowCommandAngle 
public: 
property ShadowCommandAngle ShadowAngle { 
   ShadowCommandAngle get(); 
   void set (    ShadowCommandAngle ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly