Difference between revisions of "TCanvas"
From OpenEUO
(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...") |
(No difference)
|
Latest revision as of 03:31, 6 October 2010
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: