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

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

Draw an ellipse.