Nevron .NET Vision
Nevron.NewGraphics Namespace / NGdiGraphics2D Class / GdiBrushFromNBrush Method


In This Topic
    GdiBrushFromNBrush Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GdiBrushFromNBrush( _
       ByVal brush As NBrush _
    ) As System.Drawing.Brush
    'Usage
     
    
    Dim brush As NBrush
    Dim value As System.Drawing.Brush
     
    value = NGdiGraphics2D.GdiBrushFromNBrush(brush)
    public static System.Drawing.Brush GdiBrushFromNBrush( 
       NBrush brush
    )

    Parameters

    brush
    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