You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Graphics Library > fillArc

9.8 fillArc

gc:fillArc(x, y, width, height, startAngle, endAngle)

Fills an arc with the preset color. Both width and height must be 0. See setColorRGB to set the fill color.

Introduced in platform.apiLevel = '1.0'