Gets or sets the area/region's shape used for fading.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public FadeShape Shape { get; set; }
Visual Basic (Declaration)
Public Property Shape As FadeShape
Visual C++
public:
property FadeShape Shape {
	FadeShape get ();
	void set (FadeShape value);
}

See Also