DrawGetCoordinates
Gets the application coordinates of the corners of the window (or page).
Synopsis
#include "draw.h"
int DrawGetCoordinates(Draw draw,PetscReal *xl,PetscReal *yl,PetscReal *xr,PetscReal *yr)
Not Collective
Input Parameter
draw -the drawing object
Ouput Parameters
xl,yl,xr,yr -the coordinates of the lower left corner and upper
right corner of the drawing region.
Keywords
draw, get, coordinates
See Also
DrawSetCoordinates()
Level:advanced
Location:src/sys/src/draw/interface/dgcoor.c
Graphics (Draw) Index
Table of Contents