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 (Color)

Makes the specified color transparent for this Bitmap.

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

Parameters

transparentColor
The Color to make transparent.

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap.MakeTransparent Overload List