Method

VipsImagedraw_circle1

Declaration [src]

int
vips_draw_circle1 (
  VipsImage* image,
  double ink,
  int cx,
  int cy,
  int radius,
  ...
)

Description [src]

Optional arguments:

  • fill: fill the draw_circle

As vips_draw_circle(), but just takes a single double for ink.

See also: vips_draw_circle().

This method is not directly available to language bindings.

Parameters

ink double
 

Value to draw.

cx int
 

Centre of draw_circle.

cy int
 

Centre of draw_circle.

radius int
 

Draw_circle radius.

...
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, or -1 on error.