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

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

    Parameters

    another
    The other BackgroundSettings object
    See Also