Skip to content

raylib.DrawCircleSectorLines

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw a piece of a circle outlines

Parameters

Parameter Default Value Note
center
radius 10.0
startAngle 0
endAngle 90.0
segments 36
color WHITE

Return value

None.

Notes

Example

// Draw the outline of a pie-slice from 0 to 270 degrees
raylib.DrawCircleSectorLines [300, 250], 80, 0, 270, 36, raylib.GRAY

Clone this wiki locally