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

Show in webframe

ShadowThreshold Property








Gets or sets the value that determines which pixels will be affected by the shadow.
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);
Object.defineProperty('ShadowThreshold');
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

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

Error processing SSI file