Previous: inqpci Up: ../plot79_i.html Next: inqpfi
SUBROUTINE INQPES (STYLE) C$ (Inquire Polygon Edge Style) C$ Return the current polygon edge style in the INTEGER C$ argument: C$ C$ STYLE............1 - "Solid-line" (default). The polygon C$ edge is drawn with a solid line, using C$ the current line attributes (color, C$ intensity, pen, style, width) C$ 2 - "Interior". The polygon edge is not C$ drawn, but the polygon interior is C$ filled up to the edge according to the C$ current interior style selection. C$ Note that if the default plain C$ interior and 0 fill index are chosen C$ with this option, the polygon will be C$ invisible. C$ (04-FEB-82)