Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / ViewCubeIcon Constructor / ViewCubeIcon Constructor(ViewCubeIcon)
The ViewCubeIcon to copy data from

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

    Parameters

    other
    The ViewCubeIcon to copy data from
    See Also