Virtual Method

PurpleWhiteboarddraw_point

since: 2.0

Declaration [src]

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

Description [src]

Draws a point on whiteboard with the given parameters.

Available since: 2.0

Parameters

x

Type: int

The x coordinate.

y

Type: int

The y coordinate.

size

Type: int

The brush size.

color

Type: int

The color to use.