LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ShadowThresh Property

Show in webframe







Gets or sets the value that determines which pixels will be affected by the shadow.
Syntax
public int ShadowThresh {get; set;}
'Declaration
 
Public Property ShadowThresh As Integer
'Usage
 
Dim instance As RomanMosaicCommand
Dim value As Integer
 
instance.ShadowThresh = value
 
value = instance.ShadowThresh
public int ShadowThresh {get; set;}

            

            
 
get_ShadowThresh();
set_ShadowThresh(value);
Object.defineProperty('ShadowThresh');
public:
property int ShadowThresh {
   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 member will be used if the RomanMosaicCommandFlags.ColoredShadow flag or the RomanMosaicCommandFlags.GrayShadow flag is set.
Example
Refer to RomanMosaicCommand example.
Requirements

Target Platforms

See Also

Reference

RomanMosaicCommand Class
RomanMosaicCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.