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


In This Topic
    FillHalfTonePath Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub FillHalfTonePath( _
       ByVal g As System.Drawing.Graphics, _
       ByVal light As System.Drawing.Color, _
       ByVal dark As System.Drawing.Color, _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal bounds As NRectangle _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim light As System.Drawing.Color
    Dim dark As System.Drawing.Color
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim bounds As NRectangle
     
    NBrushHelper.FillHalfTonePath(g, light, dark, path, bounds)
    public static void FillHalfTonePath( 
       System.Drawing.Graphics g,
       System.Drawing.Color light,
       System.Drawing.Color dark,
       System.Drawing.Drawing2D.GraphicsPath path,
       NRectangle bounds
    )

    Parameters

    g
    light
    dark
    path
    bounds
    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