Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / TextureBase Class / needsDispose Field

In This Topic
    needsDispose Field
    In This Topic
    Tells if the bitmap must be disposed when disposing the texture (because was created internally).
    Syntax
    'Declaration
     
    Protected needsDispose As Boolean
    protected bool needsDispose
    See Also