
Simple rendering/painting class for 'drop-shadow' effect. Three methods: CreateFromStdPicture, CreateFromDC and Paint. Shadow options: opacity [0,100], xOffset [1+] and yOffset [1+]. // 5Kb. __________________________________________________ Added 'ShadowColor' option and slightly improved 'pvRenderDropShadow' routine (now maping DIB bits: no buffers and '1-pass' blurring). __________________________________________________ Icons supported. New generic method name: CreateFromHandle(). __________________________________________________ Fixed shadow left-top edges.