Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPath Class / AddRoundedRectangle Method


In This Topic
    AddRoundedRectangle Method (NPath)
    In This Topic
    Adds a rounded rectangle to the path
    Syntax
    'Declaration
     
    
    Public Sub AddRoundedRectangle( _
       ByVal rect As NRectangleF, _
       ByVal rounding As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NPath
    Dim rect As NRectangleF
    Dim rounding As System.Single
     
    instance.AddRoundedRectangle(rect, rounding)
    public void AddRoundedRectangle( 
       NRectangleF rect,
       System.float 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