GINO Graphics Suite - GINO v9.0  

gSetImageClipMode

Syntax

[C/C++:]
void gSetImageClipMode(int mode);
[F90:]
subroutine gSetImageClipMode(mode)
real, intent(in) :: mode

Arguments

mode
Metafile image clipping mode

= GDEFAULT, Clip to drawing limits (default)
= GTRUE, Clip to one pixel less than drawing limits

Description

The routine gSetImageClipMode() determines whether  output (to a bitmap metafile), is clipped to the drawing limits or to one pixel  less than this.

The default mode results in the metafile dimensions being NXPIX+1 by NYPIX +1, but includes all drawing  up to and icluding the specified drawing limits as set by gSetDrawingLimits(). The latter mode (GTRUE), will result in the metafile dimensions being NXPIX by NYPIX, but omit drawing at the extremity of the drawing limits.

See Also

gSetImageClipMode Usage
gSetDawingLimits