Processing math: 100%

SGS_BPOLY

Begin polyline

ACTION:
Indicates that a new chain of lines (could be only one line) is to begin at the specified point. Further end points are added by SGS_APOLY. Any existing buffered polyline is output first.
CALL:
SGS_BPOLY(x,y)
INPUT PARAMETERS:

x,y

R

Starting coordinates for polyline.

GKS EFFECT:
Any existing buffered polyline is output first by calling the GKS polyline routine. Then the starting position of the new polyline is saved.