Gets or sets the shape used for warping.

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

Syntax

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

See Also