Method

PurpleWhiteboarddraw_point

since: 2.0

Declaration [src]

void
purple_whiteboard_draw_point (
  PurpleWhiteboard* whiteboard,
  gint x,
  gint y,
  gint color,
  gint size
)

Description [src]

Draws a point on whiteboard with the given parameters.

Available since: 2.0

Parameters

x

Type: gint

The x coordinate.

y

Type: gint

The y coordinate.

color

Type: gint

The color to use.

size

Type: gint

The brush size.