Neodynamic ImageDraw SDK for .NET
DropShadow
Represented by Neodynamic.SDK.DropShadow class.

This action adds drop shadows to an Element. ImageDraw makes it easy to apply drop shadows to any Element allowing you to specify the following shadow settings:
Examples

1. In the first example we have two ImageElement objects on the Canvas anda simple DropShadow action is applied on it.


ImageElement before the action is applied.

ImageElement with DropShadow action applied on it.


Syntax sample





2. In the following example we have an ImageElement and a TextElement on the Canvas and a DropShadow action is applied on the TextElement only.


TextElement before the action is applied.

TextElement with DropShadow action applied on it.


Syntax sample





3. In the following example we have an ImageElement wrapping an "irregular" image on the Canvas and a DropShadow action is applied on the ImageElement. Notice how the image boundaries are maintained on the shadow.


ImageElement before the action is applied.

ImageElement with DropShadow action applied on it.


Syntax sample