SFML.Graphics.Sprite.Destroy C# (CSharp) Method

Destroy() protected method

Handle the destruction of the object
protected Destroy ( bool disposing ) : void
disposing bool Is the GC disposing the object, or is it an explicit call ?
return void
        protected override void Destroy(bool disposing)
        {
            sfSprite_destroy(CPointer);
        }