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


In This Topic
    ToGrayScale Method (NUIRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub ToGrayScale( _
       ByVal bitmap As System.Drawing.Bitmap, _
       ByVal intensity As System.Byte _
    ) 
    'Usage
     
    
    Dim bitmap As System.Drawing.Bitmap
    Dim intensity As System.Byte
     
    NUIRenderer.ToGrayScale(bitmap, intensity)
    public static void ToGrayScale( 
       System.Drawing.Bitmap bitmap,
       System.byte intensity
    )

    Parameters

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