Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Mesh Constructor / Mesh Constructor(SerializationInfo,StreamingContext)

In This Topic
    Mesh Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Empty constructor. For internal use only. Mesh nature is set to Plain.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal info As SerializationInfo, _
       ByVal ctxt As StreamingContext _
    )
    public Mesh( 
       SerializationInfo info,
       StreamingContext ctxt
    )

    Parameters

    info
    ctxt
    See Also