Draw Multiple Lines (Not in Base Package)

Draws multiple connected lines into a picture. You can also use it to draw color-filled polygons by passing TRUE to the fill? input. All points are absolute coordinates.

picture is the picture to which you want to add lines. It defaults to an empty picture.
line endpoints is an array of points describing the lines to draw. The lines are drawn in the specified color, connecting the points in order. All coordinates are absolute.
x is the horizontal coordinate that increases to the right.
y is the vertical coordinate that increases to the bottom.
fill? specifies whether to fill the interior. If FALSE (default), the VI draws only the outlines.
color is the color of the lines. If the interior is filled, the VI uses this color for the interior. The default is black.

You can wire a color box constant to this input.

black in B/W? specifies whether the pixel appears as black or as white if you display it on a black-and-white monitor. The default is black (TRUE).
new picture is the modified picture.