Click or drag to resize

FoundPolygonEdge Class

This class holds an edge of a polygon, i. e. the start and end point of the corners building the edge.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.JobElement.ImageProcessingFoundPolygonEdge

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public class Edge

The FoundPolygonEdge type exposes the following members.

Constructors
 NameDescription
Public methodFoundPolygonEdgeInitializes a new instance of the FoundPolygonEdge class
Top
Properties
 NameDescription
Public propertyLength 
Public propertyP1 
Public propertyP2 
Top
See Also