Function ggez::graphics::ellipse [] [src]

pub fn ellipse(
    ctx: &mut Context,
    mode: DrawMode,
    point: Point2,
    radius1: f32,
    radius2: f32,
    tolerance: f32
) -> GameResult<()>

Draw an ellipse.