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

In This Topic
    OGLTexture1D Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected OGLTexture1D( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also