ImageDrawCircle method

String ImageDrawCircle(
  1. ImageBase<ImageBase> dst,
  2. num centerX,
  3. num centerY,
  4. num radius,
  5. ColorBase<ColorBase> color,
)

Implementation

String ImageDrawCircle(
  ImageBase dst,
  num centerX,
  num centerY,
  num radius,
  ColorBase color,
) => 'ImageDrawCircle($dst, $centerX, $centerY, $radius, $color)';