A www.Sockets4.NET class library

ImageCanvas.DropShadow Method 

Adds a dropshadow to the image.

public void DropShadow(
   Color startColor,
   Color endColor,
   int size
);

Parameters

startColor
Starting color of shadow
endColor
Ending color of shadow, blended with start color
size
Size of the shadow in pixels

See Also

ImageCanvas Class | Sockets4Images Namespace