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!

Bitmap.MakeTransparent

Makes a color transparent for this Bitmap.

Overload List

Makes the specified color transparent for this Bitmap.

[Visual Basic] Overloads Public Sub MakeTransparent(Color)
[C#] public void MakeTransparent(Color);
[C++] public: void MakeTransparent(Color);
[JScript] public function MakeTransparent(Color);

Makes the default transparent color transparent for this Bitmap.

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

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace