Presenting 2 images at the same time

I’m trying to present 2 images I’ve saved at the same time but not sure how to do that.

Screen(‘DrawTexture’, windowPointer, texturePointer [,sourceRect] [,destinationRect] [,rotationAngle] [, filterMode] [, globalAlpha] [, modulateColor] [, textureShader] [, specialFlags] [, auxParameters]);
^^ does this allow me to reposition the image to the left of the right?

Thanks in advance!

Since this is a very basic question, i advice you to have a look at some of Peter Scarfe’s PTB tutorials, which will teach you the required basics. destinationRect allows you to determine where the image is to be shown