Nevron.GraphicsCore.TextObject Namespace / NSingleLineTextObject Class / NSingleLineTextObject Constructor / NSingleLineTextObject Constructor(String,NTextStyle,Boolean)


In This Topic
    NSingleLineTextObject Constructor(String,NTextStyle,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal textStyle As NTextStyle, _
       ByVal renderBackplane As System.Boolean _
    )
    'Usage
     
    
    Dim text As System.String
    Dim textStyle As NTextStyle
    Dim renderBackplane As System.Boolean
     
    Dim instance As New NSingleLineTextObject(text, textStyle, renderBackplane)
    public NSingleLineTextObject( 
       System.string text,
       NTextStyle textStyle,
       System.bool renderBackplane
    )

    Parameters

    text
    textStyle
    renderBackplane
    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