Moves an object down in the Z-order of the list.
AnnBatesStampCollection.prototype.sendToBack = function(annBatesStamp, last)
sendToBack(annBatesStamp: AnnBatesStamp, last: boolean): void;
annBatesStamp
Object to move.
last
true to send the object to the bottom of the Z-order; false to send the object down one level only.