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