Intrinsic-122 DrawCircle

Top  Previous  Next

122: DrawCircle(Handle, X, Y, Radius);

 

This draws a circle on the image specified by Handle at the specified X,Y location with the specified Radius. The color and width of the line that circumscribes the circle are specified using the SetPen intrinsic. The center of the circle may be filled with any color or be empty depending on the values passed to the SetFill intrinsic. (If you are working with the Console (handle=-1), controlling Screen Refresh can speed up this intrinsic. See the Console Refresh section for more information.)