UtilImageDrawFade Method

Performs fading.

Fading action/effect gradually fades a given area/region of the target Element 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 Fade(
	ref ImageElement refImageElement,
	FadeShape fadeShape,
	FillType fillType,
	GradientShape gradientShape,
	FadeLocation location = 0,
	int locationX = 1,
	int locationY = 1,
	FadeSizing sizing = 1,
	int sizingHeight = 1,
	int sizingWidth = 1
)

Parameters

refImageElement  ImageElement
The image draw element.
fadeShape  FadeShape

[Missing <param name="fadeShape"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

fillType  FillType

[Missing <param name="fillType"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

gradientShape  GradientShape

[Missing <param name="gradientShape"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

location  FadeLocation  (Optional)

[Missing <param name="location"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

locationX  Int32  (Optional)

[Missing <param name="locationX"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

locationY  Int32  (Optional)

[Missing <param name="locationY"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

sizing  FadeSizing  (Optional)

[Missing <param name="sizing"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

sizingHeight  Int32  (Optional)

[Missing <param name="sizingHeight"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]

sizingWidth  Int32  (Optional)

[Missing <param name="sizingWidth"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,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