[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegraphics.pas line 1032
public procedure tcanvas.drawvect( |
const startpoint: pointty; |
const direction: graphicdirectionty; |
const length: Integer; |
const acolor: colorty = cl_default |
); overload; |
const startpoint: pointty; |
const direction: graphicdirectionty; |
const length: Integer; |
out endpoint: pointty; |
const acolor: colorty = cl_default |
); overload; |