ImageGear .NET v25.1 - Updated
Contrast Property (IImGearContrastSettings)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearContrastSettings Interface : Contrast Property
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