MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SetImageOpacity Method (image, opacity)
NamespacesMPfm.WindowsControlsToolsSetImageOpacity(Image, Single)
Method for changing the opacity of an image. http://stackoverflow.com/questions/4779027/changing-the-opacity-of-a-bitmap-image
Declaration Syntax
C#Visual Basic
public static Image SetImageOpacity(
	Image image,
	float opacity
)
Public Shared Function SetImageOpacity ( _
	image As Image, _
	opacity As Single _
) As Image
Parameters
image (Image)
image to set opacity on
opacity (Single)
percentage of opacity
Return Value
Image

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)