Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddRoundedRectangle Method / AddRoundedRectangle(NRectangleD,Double) Method


In This Topic
    AddRoundedRectangle(NRectangleD,Double) Method
    In This Topic
    Adds a rounded rectangle to the path. The rounding parameter defines the desired size of the corner circle radius.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRoundedRectangle( _
       ByVal rect As NRectangleD, _
       ByVal rounding As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim rect As NRectangleD
    Dim rounding As System.Double
     
    instance.AddRoundedRectangle(rect, rounding)
    public void AddRoundedRectangle( 
       NRectangleD rect,
       System.double rounding
    )

    Parameters

    rect
    rounding
    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