petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscDrawEllipse

Draws an ellipse onto a drawable.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawEllipse(PetscDraw draw, PetscReal x, PetscReal y, PetscReal a, PetscReal b, int c)
Not collective Many br

Input Parameters

draw - The drawing context Many br
x,y - The center Many br
a,b - The major and minor axes lengths Many br
c - The color Many br

Many br

Keywords

draw, ellipse

See Also

PetscDrawRectangle(), PetscDrawTriangle()

Level:beginner
Location:
src/sys/classes/draw/interface/dellipse.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages