GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / Gamma Property





In This Topic
Gamma Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property Gamma As Single
public float Gamma {get; set;}
public read-write property Gamma: Single; 
public function get,set Gamma : float
public: __property float get_Gamma();
public: __property void set_Gamma( 
   float value
);
public:
property float Gamma {
   float get();
   void set (    float value);
}
See Also