The new brightness.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetBrightness Method

WiaSetBrightness Method (GdPictureImaging)

In This Topic
Tries to set the current brightness.
Syntax
'Declaration
 
Public Function WiaSetBrightness( _
   ByVal Brightness As Double _
) As Boolean
public bool WiaSetBrightness( 
   double Brightness
)
public function WiaSetBrightness( 
    Brightness: Double
): Boolean; 
public function WiaSetBrightness( 
   Brightness : double
) : boolean;
public: bool WiaSetBrightness( 
   double Brightness
) 
public:
bool WiaSetBrightness( 
   double Brightness
) 

Parameters

Brightness
The new brightness.

Return Value

True if success, else False. Use WiaGetLastError() methods for diagnosing the error.
See Also