Nevron .NET Vision
Nevron.Diagram Namespace / NTextShape Class / NTextShape Constructor / NTextShape Constructor(String,Single,Single,Single,Single)
text
model bounds x coordinate
model bounds Y coordinate
model bounds width
model bounds height


In This Topic
    NTextShape Constructor(String,Single,Single,Single,Single)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    )
    'Usage
     
    
    Dim text As System.String
    Dim x As System.Single
    Dim y As System.Single
    Dim width As System.Single
    Dim height As System.Single
     
    Dim instance As New NTextShape(text, x, y, width, height)
    public NTextShape( 
       System.string text,
       System.float x,
       System.float y,
       System.float width,
       System.float height
    )

    Parameters

    text
    text
    x
    model bounds x coordinate
    y
    model bounds Y coordinate
    width
    model bounds width
    height
    model bounds height
    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