GINO Graphics Suite - GINO v9.0  

gDrawPolygonBound

Syntax

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

Arguments

line
Line style index

= GCURRENT, Current line style
= 1 - 256, Line style index
> 256, Current line style

Description

The routine gDrawPolygonBound() draws the boundaries of all the polygons currently defined.

All polygon edges are drawn. This includes the closing edge and any edges that were defined with invisible moves. line specifies the line style for drawing the boundaries. The current line style remains unaffected and the current position is restored to that prior to calling gDrawPolygonBound().

See Also

gDrawPolygonBound Usage
gSelectPolygons