Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / ApplyAlpha Method


In This Topic
    ApplyAlpha Method (NUIRenderer)
    In This Topic
    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
     
    NUIRenderer.ApplyAlpha(bitmap, fAlpha)
    public static void ApplyAlpha( 
       System.Drawing.Bitmap bitmap,
       System.float 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