Disposes of the instance of the TLogo2D object.
destructor Destroy; override;
Destroy is the destructor for a TLogo2D object.
Do not call the destructor directly in an application. Instead, call Free. The Free verifies that the image saving object is not nil before it calls Destroy.