GINO Graphics Suite - GINO v9.0  

gSetPixelDisplayMode

Syntax

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

Arguments

mode
Pixel display mode

= GOFF, Visibility off
= GON, Pixel information displayed (default)
= GBOUNDARY, Boundary box drawn

Description

The routine gSetPixelDisplayMode() enables a quick display facility for pixel information. For mode=GOFF and mode=GBOUNDARY the display of the pixel information is suppressed but all pixel transformations and windowing is calculated, producing warning and error messages if applicable.

See Also

gSetPixelDisplayMode Usage
gDrawPixelArea