Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleEx Class / TextStyleEx Constructor / TextStyleEx Constructor(TextStyleEx)

In This Topic
    TextStyleEx Constructor(TextStyleEx)
    In This Topic
    Copy constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal another As TextStyleEx _
    )
    public TextStyleEx( 
       TextStyleEx another
    )

    Parameters

    another
    See Also