UtilImageDrawSilhouette Method

Creates a Silhouette of an element.

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 Silhouette(
	ref ImageElement refImageElement,
	Color silhouetteColor
)

Parameters

refImageElement  ImageElement
The image draw element.
silhouetteColor  Color

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

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