Click or drag to resize
Accord.NET (logo)

ShapeType Enumeration

Enumeration of some basic shape types.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public enum ShapeType
Request Example View Source
Members
  Member nameValueDescription
Unknown0 Unknown shape type.
Circle1 Circle shape.
Triangle2 Triangle shape.
Quadrilateral3 Quadrilateral shape.
See Also