ImageGear .NET
BrightnessFactor Property




Gets or sets a multiplier allowing to highlight the image more, even if the light source is located far from the image border.
Syntax
public double BrightnessFactor {get; set;}
public: __property double get_BrightnessFactor();
public: __property void set_BrightnessFactor( 
   double value
);
public:
property double BrightnessFactor {
   double get();
   void set (    double value);
}
'Declaration
 
Public Property BrightnessFactor As Double
 
'Usage
 
Dim instance As ImGearSpotlight
Dim value As Double
 
instance.BrightnessFactor = value
 
value = instance.BrightnessFactor

Property Value

Double value.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback