Draws a point centered at ( x , y ). The point is a filled circle whose radius is equal to the pen radius. To draw a single-pixel point, first set the pen radius to 0. @param x the x -coordinate of the point @param y the y -coordinate of the point
(double x, double y)