bool delete_object(handle object)
This function deletes a graphics object.
handle object
The handle of the object being deleted.
bool
true | The function succeeded. |
false | The call failed. |
This function may be used to delete:
All system resources associated with the object are released.
After an object is deleted, its handle is no longer valid.