could I draw a rectangle using all four points around that ?
I want to draw some objects in the screen that moves , I have the object's position and the don't move all the time in straight line . so I need to draw object using all four points of them not just by this command which use just one point :
rect(100,200,6,2);
1