[Overview][Types][Classes][Procedures and functions][Index] |
Gets the rectangle with the Bounds for an area in a region.
Source position: lazregions.pas line 25
public function TLazRegionPart.GetBoundingRect: TRect; virtual; |
GetBoundingRect is a TRect function used to get the rectangle with the Bounds for a rectangular area in a region. In TLazRegionPart, the return value contains an empty rectangle (with zero assigned to its Left, Top, Right, Bottom, Width, and Height members).
lazarus-ccr.sourceforge.net |