UtilImageDrawFeather Method

Performs feathering. Feathering blurs the edges of a given area/region on the target Element, blending it into the background.

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 Feather(
	ref ImageElement refImageElement,
	int featherRadius,
	FeatherShape featherShape
)

Parameters

refImageElement  ImageElement
The image draw element.
featherRadius  Int32

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

featherShape  FeatherShape

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

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