Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ShadowThreshold Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > MosaicTilesCommand Class : ShadowThreshold Property



Gets or sets the value that determines which pixels will be affected by the shadow.

Syntax

Visual Basic (Declaration)  
Public Property ShadowThreshold As Integer
Visual Basic (Usage) Copy Code
Dim instance As MosaicTilesCommand
Dim value As Integer
 
instance.ShadowThreshold = value
 
value = instance.ShadowThreshold
C#  
public int ShadowThreshold {get; set;}
C++/CLI  
public:
property int ShadowThreshold {
   int get();
   void set (int value);
}

Return Value

Value that determines which pixels will be affected by the shadow. Possible values range from 0 through 255. Pixel values less than the threshold value will be unaffected. This property will be used if the MosaicTilesCommandFlags.ShadowRGB flag or the MosaicTilesCommandFlags.ShadowGray flag is set.

Example

Refer to MosaicTilesCommand example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also