Nevron .NET Vision
Nevron.UI Namespace / NBrushHelper Class / CreateHalfToneBrush Method


In This Topic
    CreateHalfToneBrush Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateHalfToneBrush( _
       ByVal light As System.Drawing.Color, _
       ByVal dark As System.Drawing.Color _
    ) As System.Drawing.TextureBrush
    'Usage
     
    
    Dim light As System.Drawing.Color
    Dim dark As System.Drawing.Color
    Dim value As System.Drawing.TextureBrush
     
    value = NBrushHelper.CreateHalfToneBrush(light, dark)
    public static System.Drawing.TextureBrush CreateHalfToneBrush( 
       System.Drawing.Color light,
       System.Drawing.Color dark
    )

    Parameters

    light
    dark
    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