Click or drag to resize

FoundPolygon.Edges Property

The list of all edges building the closed polygon.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public List<FoundPolygon.Edge> Edges { get; }

Property Value

List<FoundPolygon.Edge>
See Also