←Select platform

ShadowAngle Property

Summary

Gets or sets the value that indicates 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 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

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