ImageGear for .NET
DropShadow Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : DropShadow Method




page
Image to apply drop shadow effect to.
width
Width of background and shadow area to add to the image.
distance
Distance to move image from shadow area.
angle
Angle (direction) of movement of image from shadow area.
insideColor
Color of shadow area.
outsideColor
Color of background.

Glossary Item Box

This method adds a drop shadow to an image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Image to apply drop shadow effect to.
width
Width of background and shadow area to add to the image.
distance
Distance to move image from shadow area.
angle
Angle (direction) of movement of image from shadow area.
insideColor
Color of shadow area.
outsideColor
Color of background.

Remarks

The image is enlarged to contain a background and shadowed area.

See Also

©2013. Accusoft Corporation. All Rights Reserved.