Bitmap: Difference between revisions

m
No edit summary
Line 1,875:
 
Bascially, Delphi has a powerful set of tools for manipulating graphic objects. All graphic objects including Screens, Printers, Windows or Bitmaps, have a property called a "Canvas." As a consequence, the same code can draw on the Screen, the Printer, a Window or a Bitmap. A Canvas has powerful function that allow you to draw pixels, lines, rectangles, circles, elispes, polygons and text on any graphic object. The code below demonstrates many of the function available in a canvas.
[[File:DelphiBitmaps.png|frame|none]]
 
<syntaxhighlight lang="Delphi">
 
Line 1,929:
 
</pre>
 
 
=={{header|E}}==
465

edits