GINO Graphics Suite - GINO v9.0  

gEnqPicturePos

Syntax

[C/C++:]
void gEnqPicturePos(GPOINT3 *point);
[F90:]
subroutine gEnqPicturePos(point)
type (GPOINT3), intent(out) :: point

Arguments

point
The coordinates with respect to the picture axes and in the current units of the current drawing position

Description

The routine gEnqPicturePos() sets the argument point to the current drawing position in picture coordinates.

See Also

gEnqPicturePos Usage