Syntax POLY2_Bn, konturfüllung,
schraffurstift, hintergrundstift,
x1, y1 , status1 , ... xn , yn , statusn |

Wertebereiche
n ≥ 2, Typ integer
konturfüllung = j1+ j2+ j3+ j6/7 , Typ integer (->Maskierung)
-1 ≤ schraffurstift ≤ 255, Typ integer
-1 ≤ hintergrundstift ≤ 255, Typ integer
xi, Typ real
yi, Typ real
statusi, Typ integer (->Statuswerte) |

Beispiel
POLY2_B 11,1+2,5,15,
0,0,1, 1,0,1, 1,1,0, 0.5,1.7,0, 0,1,1, 0,0,-1,
0.2,0.2,1, 0.8,0.2,1, 0.8,1,1, 0.2,1,1, 0.2,0.2,-1
|