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


In This Topic
    SetBrightness Method (NUIRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub SetBrightness( _
       ByVal bitmap As System.Drawing.Bitmap, _
       ByVal brightness As System.Integer _
    ) 
    'Usage
     
    
    Dim bitmap As System.Drawing.Bitmap
    Dim brightness As System.Integer
     
    NUIRenderer.SetBrightness(bitmap, brightness)
    public static void SetBrightness( 
       System.Drawing.Bitmap bitmap,
       System.int brightness
    )

    Parameters

    bitmap
    brightness
    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