ImageGear .NET
Gamma Property (ImGearPageDisplay)




Gets or sets the gamma level of the displayed image.
Syntax
public virtual double Gamma {get; set;}
public: __property virtual double get_Gamma();
public: __property virtual void set_Gamma( 
   double value
);
public:
virtual property double Gamma {
   double get();
   void set (    double value);
}
'Declaration
 
Public Overridable Property Gamma As Double
 
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As Double
 
instance.Gamma = value
 
value = instance.Gamma

Property Value

Double value.
Remarks

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

The default value is 1.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback