Drawable.drawPoints

Warning gdk_draw_points has been deprecated since version 2.22 and should not be used in newly-written code. Use n_points calls to cairo_rectangle() and cairo_fill() instead. Draws a number of points, using the foreground color and other attributes of the GdkGC.

class Drawable
void
drawPoints

Parameters

gc GC

a GdkGC.

points GdkPoint[]

an array of GdkPoint structures.

Meta