UtilImageDrawDropShadow Method

Adds drop shadows to an image.

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 DropShadow(
	ref ImageElement refImageElement,
	int opacity,
	Color shadowColor,
	int shadowAngle,
	int shadowDistance,
	int shadowSoftness
)

Parameters

refImageElement  ImageElement
The image draw element.
opacity  Int32

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

shadowColor  Color

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

shadowAngle  Int32

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

shadowDistance  Int32

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

shadowSoftness  Int32

[Missing <param name="shadowSoftness"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.DropShadow(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Drawing.Color,System.Int32,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