DrawEllipse method

String DrawEllipse(
  1. num centerX,
  2. num centerY,
  3. num radiusH,
  4. num radiusV,
  5. ColorBase<ColorBase> color,
)

Implementation

String DrawEllipse(
  num centerX,
  num centerY,
  num radiusH,
  num radiusV,
  ColorBase color,
) => 'DrawEllipse($centerX, $centerY, $radiusH, $radiusV, $color)';