Create A Drawing Space Using delphivcl.Canvas
April 13, 2021
DelphiVCL.Canvas provides an abstract drawing space for objects that must render their own images.
Use DelphiVCL.Canvas 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.
DelphiVCL.Canvas provides properties, events, and methods that assist in…