Drawable.drawPoint

Warning gdk_draw_point has been deprecated since version 2.22 and should not be used in newly-written code. Use cairo_rectangle() and cairo_fill() or cairo_move_to() and cairo_stroke() instead. Draws a point, using the foreground color and other attributes of the GdkGC.

class Drawable
void
drawPoint
(,
int x
,
int y
)

Parameters

gc GC

a GdkGC.

x int

the x coordinate of the point.

y int

the y coordinate of the point.

Meta