Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyle Class / TextStyle Constructor / TextStyle Constructor(TextStyle)
The other object

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

    Parameters

    another
    The other object
    See Also