Leadtools.Windows.Media.Effects Namespace > IntensityDetectEffect Class : Intensity Property |
public double Intensity {get; set;}
'Declaration Public Property Intensity As Double
'Usage Dim instance As IntensityDetectEffect Dim value As Double instance.Intensity = value value = instance.Intensity
ObjectiveC Syntax
Java Syntax
This effect converts the image to a black and white, based on the threshold Intensity. Values less than Intensity are set to black while values larger than Intensity are set to white.
For XAML example, refer to IntensityDetectEffect.
For C#/VB examples, refer to IntensityDetectEffect.
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