TCanvas3D.TextOut3D
TCanvas3D
procedure TextOut3D(x, y, Z: Integer; Const Text: String); virtual; abstract;
Unit
TeCanvas
Description
Draws a 2D non-rotated label at XYZ position. Depends on TextAlign property.
Example:
procedure TForm1.Chart1AfterDraw(Sender: TObject);
begin
Chart1.Canvas.Textout(10,10,'Hello world');
end;
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.