Python Windows App: Draw A Rectangle With delphivcl.Shape
March 27, 2021
DelphiVCL.Shape represents a geometric shape that can be drawn on a form.
Add a Shape object to a form to draw a simple geometric shape on the form. TShape introduces properties to describe the pen used to outline the shape and the brush used to fill it.
If the shape is only part of the image of custom control, use the methods of the control’s canvas instead.Browse all the properties…