[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'msegraphics' (#msegui)

tcanvas.drawlines

Declaration

Source position: msegraphics.pas line 1021

public procedure tcanvas.drawlines(

  const apoints: array of pointty;

  const aclosed: Boolean = False;

  const acolor: colorty = cl_default;

  const first: Integer = 0;

  const acount: Integer = - 1

); overload;

procedure tcanvas.drawlines(

  const apoints: array of pointty;

  const abreaks: array of Integer;

  const aclosed: Boolean = False;

  const acolor: colorty = cl_default;

  const first: Integer = 0;

  const acount: Integer = - 1

); overload;


Documentation generated on: 2021-05-13