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

ShadowThresh Property






Gets or sets the value that determines which pixels will be affected by the shadow. .NET support
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);
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: 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

RomanMosaicCommand Class
RomanMosaicCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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