ImageGear .NET v25.1 - Updated
Brightness Property (ImGearPageDisplay)




ImageGear.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
public virtual double Brightness {get; set;}
public: __property virtual double get_Brightness();
public: __property virtual void set_Brightness( 
   double value
);
public:
virtual property double Brightness {
   double get();
   void set (    double value);
}

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