UnionFRect procedure
Returns the union of two 3D rectangles.
Unit
procedure UnionFRect(var Dst: TFRect; const Src: TFRect);
Description
Call UnionRect to obtain the smallest 3D rectangle that includes both Dst and Src. The union is returned as the Dst parameter.
Go to CAD VCL Enterprise