Eyeshot 11 WPF API Reference
WPF 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