Method

PurpleWhiteboardui_ops_draw_point

unstable since: 3.0

Declaration [src]

void
purple_whiteboard_ui_ops_draw_point (
  PurpleWhiteboard* whiteboard,
  int x,
  int y,
  int color,
  int size
)

Description [src]

Draws a point on whiteboard.

Available since: 3.0

Parameters

x

Type: int

The x coordinate.

y

Type: int

The y coordinate.

color

Type: int

The color of the point.

size

Type: int

The size of the point.