NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageAttributes.SetGamma

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub SetGamma(Single)
[C#] public void SetGamma(float);
[C++] public: void SetGamma(float);
[JScript] public function SetGamma(float);

[To be supplied.]

[Visual Basic] Overloads Public Sub SetGamma(Single, ColorAdjustType)
[C#] public void SetGamma(float, ColorAdjustType);
[C++] public: void SetGamma(float, ColorAdjustType);
[JScript] public function SetGamma(float, ColorAdjustType);

See Also

ImageAttributes Class | ImageAttributes Members | System.Drawing.Imaging Namespace