TCanvas
From OpenEUO
Revision as of 02:31, 6 October 2010 by 46.127.27.108 (Talk) (Created page with "Use TCanvas as a drawing surface for objects that draw an image of themselves. Standard window controls such as edit controls or list boxes do not require a canvas, as they are d...")
Use TCanvas as a drawing surface for objects that draw an image of themselves. Standard window controls such as edit controls or list boxes do not require a canvas, as they are drawn by the system.
- TCanvas.Brush
- TCanvas.Ellipse
- TCanvas.FloodFill
- TCanvas.Font
- TCanvas.GetPixel
- TCanvas.Line
- TCanvas.Pen
- TCanvas.Rectangle
- TCanvas.SetPixel
- TCanvas.Text
Inherited from TObject: