LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

ShadowThreshold Property






Gets or sets the value that determines which pixels will be affected by the shadow. .NET support
Syntax
public int ShadowThreshold {get; set;}
'Declaration
 
Public Property ShadowThreshold As Integer
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As Integer
 
instance.ShadowThreshold = value
 
value = instance.ShadowThreshold
public int ShadowThreshold {get; set;}
 get_ShadowThreshold();
set_ShadowThreshold(value);
public:
property int ShadowThreshold {
   int get();
   void set (    int value);
}

Property 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.