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




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearContrastSettings Structure : Contrast Property
Gets or sets contrast attribute.
Syntax
'Declaration
 
Public Property Contrast As Double
'Usage
 
Dim instance As ImGearContrastSettings
Dim value As Double
 
instance.Contrast = value
 
value = instance.Contrast
public double Contrast {get; set;}
public: __property double get_Contrast();
public: __property void set_Contrast( 
   double value
);
public:
property double Contrast {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

ImGearContrastSettings Structure
ImGearContrastSettings Members
IImGearContrastSettings Interface