Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLTexture Class / OGLTexture Constructor / OGLTexture Constructor(Boolean)

In This Topic
    OGLTexture Constructor(Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal createTexObj As Boolean _
    )
    public OGLTexture( 
       bool createTexObj
    )

    Parameters

    createTexObj
    See Also