Method

VipsImagedraw_point1

Declaration [src]

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

Description [src]

As vips_draw_point(), but just take a single double for ink.

See also: vips_draw_point().

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.