How to draw a point

You cannot draw a point.

Why???

Well a point has no size So you cannot see it!!!

But you can draw at a specific position as a point representation instead.

Text example:
myText.center(0.5,0.7);
Image example:
myImage.center(0.5,0.7);
Line example:
myLine.center(0.5,0.7);
Polygon example:
myPoylgon.center(0.5,0.7);