Advertisement
TLama

Untitled

Jan 14th, 2015
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.31 KB | None | 0 0
  1. var
  2.   ...
  3.   testStringFormat: TGPStringFormat;
  4. begin
  5.   ...
  6.   testStringFormat := TGPStringFormat.Create;
  7.  
  8.   testgraphics.DrawString('Hello', 5, testFont, MakeRect(0.0, 0.0, 50.0, 50.0), testStringFormat, testBrush);
  9.   testgraphics.DrawString('Hello Finally', 5, testFont, MakePoint(0.0, 0.0), testBrush);
  10. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement