DrawGetCoordinates

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

Synopsis

int DrawGetCoordinates(Draw draw,double *xl,double *yl,double *xr,double *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

Location: src/draw/interface/dgcoor.c
Graphics (Draw) Index
Table of Contents