DrawShadowRect

procedure DrawShadowRect(img: TImage32; const rect: TRect; depth: double; angleRads: double = angle45; color: TColor32 = $80000000); overload;


This procedure is much faster that the more generic DrawShadow procedure.

See Also

DrawShadow