Vips.Image.draw_point1 (original) (raw)

Method

VipsImagedraw_point1

Declaration [src]


int
vips_draw_point1 (
  VipsImage* image,
  double ink,
  int x,
  int y,
  ...
)

Description [src]

This method is not directly available to language bindings.

Parameters

ink

Type: double

Value to draw.

x

Type: int

Point to draw.

y

Type: int

Point to draw.

...

Type: ``

NULL-terminated list of optional named arguments.

Return value

Type: int

0 on success, or -1 on error.