petsc-3.8.4 2018-03-24
Report Typos and Errors

PetscDrawRectangle

PetscDraws a rectangle onto a drawable.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawRectangle(PetscDraw draw,PetscReal xl,PetscReal yl,PetscReal xr,PetscReal yr,int c1,int c2,int c3,int c4)
Not Collective

Input Parameters

draw - the drawing context
xl,yl,xr,yr - the coordinates of the lower left, upper right corners
c1,c2,c3,c4 - the colors of the four corners in counter clockwise order

See Also

PetscDrawLine(), PetscDrawRectangle(), PetscDrawTriangle(), PetscDrawEllipse(),
PetscDrawMarker(), PetscDrawPoint(), PetscDrawString(), PetscDrawPoint(), PetscDrawArrow()

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