DrawSetCoordinates

Sets the application coordinates of the corners of the window (or page).

Synopsis

#include "draw.h" 
int DrawSetCoordinates(Draw draw,PetscReal xl,PetscReal yl,PetscReal xr,PetscReal yr)
Not collective

Input Parameters

draw - the drawing object
xl,yl,xr,yr - the coordinates of the lower left corner and upper right corner of the drawing region.

Keywords

draw, set, coordinates

See Also

DrawGetCoordinates()

Level:advanced
Location:src/sys/src/draw/interface/dcoor.c
Graphics (Draw) Index
Table of Contents