Function graphics::ellipse [−][src]
pub fn ellipse<R: Into<Rectangle>, G>(
color: Color,
rect: R,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws ellipse.
pub fn ellipse<R: Into<Rectangle>, G>(
color: Color,
rect: R,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws ellipse.