UtilImageDrawGlassTable Method

Creates a glass table effect on an image. The glass table effect adds a reflection of an image just below it.

Definition

Namespace: DevCase.ThirdParty.ImageDraw
Assembly: DevCase.net48.ThirdParty.ImageDraw (in DevCase.net48.ThirdParty.ImageDraw.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void GlassTable(
	ref ImageElement refImageElement,
	int reflectionOpacity,
	int reflectionPercentage,
	ReflectionLocation reflectionLocation = 0,
	int reflectionLocationX = 1,
	int reflectionLocationY = 1
)

Parameters

refImageElement  ImageElement
The image draw element.
reflectionOpacity  Int32

[Missing <param name="reflectionOpacity"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]

reflectionPercentage  Int32

[Missing <param name="reflectionPercentage"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]

reflectionLocation  ReflectionLocation  (Optional)

[Missing <param name="reflectionLocation"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]

reflectionLocationX  Int32  (Optional)

[Missing <param name="reflectionLocationX"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]

reflectionLocationY  Int32  (Optional)

[Missing <param name="reflectionLocationY"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Neodynamic.SDK.ImageDraw by Neodynamic

See Also