Gets or sets a value that represents the percentage amount to change the intensity , in tenths of a percent.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Intensity As Integer |
C# | |
---|
public int Intensity {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Intensity();
public: __property void set_Intensity(
int value
); |
C++/CLI | |
---|
public:
property int Intensity {
int get();
void set (int value);
} |
Return Value
Percentage amount to change the intensity , in tenths of percent. Valid values range from --1000 (black) through 1000 (white). This value is divided internally by 10. Positive values increase (or lighten) the brightness of the image. Negative values decrease (or darken) the brightness of the image.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also