BoundsToRect Function
ImagingUtility

Returns rectangle (X, Y, X + Width, Y + Height).

Pascal
function BoundsToRect(X: LongInt; 
                      Y: LongInt; 
                      Width: LongInt; 
                      Height: LongInt): TRect; overload;
File

ImagingUtility (at line 268)

Related Information
You are here: Symbol Reference > Functions > BoundsToRect Function (LongInt, LongInt, LongInt, LongInt)