ImageGear for .NET
Contrast Property (IImGearContrastSettings)




Gets or sets contrast attribute.
Syntax
'Declaration
 
Property Contrast As Double
'Usage
 
Dim instance As IImGearContrastSettings
Dim value As Double
 
instance.Contrast = value
 
value = instance.Contrast
double Contrast {get; set;}
__property double get_Contrast();
__property void set_Contrast( 
   double value
);
property double Contrast {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

IImGearContrastSettings Interface
IImGearContrastSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback