Represents a polygon shape element.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public class PolygonShapeElement : ClosedShapeElement, IStateManager
Visual Basic (Declaration)
Public Class PolygonShapeElement _
	Inherits ClosedShapeElement _
	Implements IStateManager
Visual C++
public ref class PolygonShapeElement : public ClosedShapeElement, 
	IStateManager

Inheritance Hierarchy

See Also