Learn About delphivcl.Rect
May 9, 2021
DelphiVCL.Rect or TRect defines a rectangle.
TRect represents the dimensions of a rectangle. The coordinates are specified as either four separate integers representing the left, top, right, and bottom sides, or as two points representing the locations of the upper-left and lower-right corners.
Typically, DelphiVCL.Rect values represent pixel locations, where the origin of the pixel…