[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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; |
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; |