Nevron .NET Vision
Nevron.Diagram Namespace / NTextShape Class / NTextShape Constructor / NTextShape Constructor(String,NRectangleF)
text
model bounds rect


In This Topic
    NTextShape Constructor(String,NRectangleF)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal rect As NRectangleF _
    )
    'Usage
     
    
    Dim text As System.String
    Dim rect As NRectangleF
     
    Dim instance As New NTextShape(text, rect)
    public NTextShape( 
       System.string text,
       NRectangleF rect
    )

    Parameters

    text
    text
    rect
    model bounds rect
    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