Skip to content

setSize()

Set the arc-circle's size.

arccircle.setSize(width, height)

Its width and height are always the same; if they differ, the width is used for both.

Parameters

arccircle.setSize(width, height)
Parameter Type Default Description
width int or float required The new diameter, in pixels.
height int or float required The new diameter, in pixels (should match the width).