Nevron.UI Namespace / NImageRenderer Class / ApplyAlpha Method


ApplyAlpha Method (NImageRenderer)
Syntax
'Declaration
 
Public Shared Sub ApplyAlpha( _
   ByVal bitmap As System.Drawing.Bitmap, _
   ByVal fAlpha As System.Single _
) 
 
'Usage
 
Dim bitmap As System.Drawing.Bitmap
Dim fAlpha As System.Single
 
NImageRenderer.ApplyAlpha(bitmap, fAlpha)

Parameters

bitmap
fAlpha
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also