Return a bitmap that is a transparent copy of the original.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim b As Bitmap
Dim transparency As Single
Dim value As Bitmap
value = GdiUtility.MakeImageTransparent(b, transparency) |
Parameters
- b
- The bitmap to make transparent.
- transparency
- Transparent value between 0 and 1.
Return Value
Resulting bitmap.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also