TLayer32.MakeAbsolute

function MakeAbsolute(const pt: TPoint); overload;

function MakeAbsolute(const rec: TRect); overload;


Converts a TPoint or TRect value that was relative to the layer to a TPoint or TRect value that's relative to the TLayeredImage32 container.

See Also

MakeRelative, TLayeredImage32