ImageGear .NET - Updated May 1, 2018
Brightness Property (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Brightness Property
Gets or sets the brightness level of the displayed image.
Syntax
'Declaration
 
Public Overridable Property Brightness As Double
 
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As Double
 
instance.Brightness = value
 
value = instance.Brightness

Property Value

Double value.
Remarks

Changing this property does not permanently affect the loaded image in memory.

The default value is 0.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members