[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegraphics.pas line 1121
public procedure tcanvas.drawstring( |
const atext: msestring; |
const apos: pointty; |
const afont: tfont = Nil; |
const grayed: Boolean = False; |
const arotation: real = 0 |
); overload; |
const atext: pmsechar; |
const acount: Integer; |
const apos: pointty; |
const afont: tfont = Nil; |
const grayed: Boolean = False; |
const arotation: real = 0 |
); overload; |