Nevron.UI.WinForm.Controls Namespace / NFillInfo Class / CreateBrush Method


In This Topic
    CreateBrush Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateBrush( _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal rounding As System.Integer, _
       ByVal edges As RoundingEdges _
    ) As System.Drawing.Brush
    'Usage
     
    
    Dim instance As NFillInfo
    Dim bounds As System.Drawing.Rectangle
    Dim rounding As System.Integer
    Dim edges As RoundingEdges
    Dim value As System.Drawing.Brush
     
    value = instance.CreateBrush(bounds, rounding, edges)
    public virtual System.Drawing.Brush CreateBrush( 
       System.Drawing.Rectangle bounds,
       System.int rounding,
       RoundingEdges edges
    )

    Parameters

    bounds
    rounding
    edges
    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