Documentation

Draw Ellipse - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Render Context :: Draw Ellipse

GUI.RenderContext.DrawEllipse(
  Area Rectangle,
  Border Color Color,
  Fill Color Color
) 
Draws an ellipse with both border and fill colors, specified within a bounding rectangle

Parameters

Area Rectangle
Bounding rectangle that defines the outer limits of the ellipse
Border Color Color
Color of the ellipse's border
Fill Color Color
Color used to fill the interior of the ellipse

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page