GINO Graphics Suite - GINO v9.0  

gEndPolygon

Syntax

[C/C++:]
void gEndPolygon(void);
[F90:]
subroutine gEndPolygon

Arguments

None

Description

A polygon is closed by a call to gEndPolygon(). At this point the current polygon identifier is assigned to the polygon. No more vertices can be added to the polygon after a call to gEndPolygon().

See Also

gEndPolygon Usage