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

This action creates a glass table effect (a.k.a. Reflection effect) on an Element. ImageDraw makes it easy to apply reflection effect on any Element showing it as it was standing on a glass table. You have full control over the action allowing you to specify the following settings:

Examples

1. In the following example we have an ImageElement on the Canvas and a GlassTable action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with GlassTable action applied on it.


Syntax sample





2. In the following example we have an ImageElement and a TextElement on the Canvas and a GlassTable action is applied on the TextElement only. Notice that in this case the Reflection had to be "manually positioned" because "g" letter.


TextElement before the action is applied.

TextElement with GlassTable action applied on it.


Syntax sample