Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Intensity Property
See Also 
Leadtools.Windows.Media.Effects.Color Namespace > ContrastBrightnessIntensityCommandBitmapEffect Class : Intensity Property





Gets or sets the amount of change to the intensity.

Syntax

Visual Basic (Declaration) 
Public Property Intensity As Integer
Visual Basic (Usage)Copy Code
Dim instance As ContrastBrightnessIntensityCommandBitmapEffect
Dim value As Integer
 
instance.Intensity = value
 
value = instance.Intensity
C# 
public int Intensity {get; set;}
C++/CLI 
public:
property int Intensity {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Intensity =int >

Dependencies Property Information 

Identifier field

IntensityProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Intensity =int >

Dependencies Property Information 

Identifier field

IntensityProperty

Metadata properties set to true

None

Return Value

Value that refers to amount of shift in the color intensity. The intensity ranges from -1000 to +1000. This value is divided internally by 1000. A positive value lightens the brightness pixels whereas a negative value darkens the brightness pixels.

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also