Transposes coordinates to ensure Width and Height are positive Integer values.
Source position: lclproc.pas line 126
procedure CalculateLeftTopWidthHeight( |
X1: Integer; |
Y1: Integer; |
X2: Integer; |
Y2: Integer; |
out Left: Integer; |
out Top: Integer; |
out Width: Integer; |
out Height: Integer |
); |