Table of contents

Edge

The Edge class represents an edge defined by two Corners.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCore.aar

class Edge

Attributes

Attributes Type Description
startCorner Corner The starting corner of the edge.
endCorner Corner The ending corner of the edge.

startCorner

The starting corner of the edge.

Corner startCorner;

endCorner

The ending corner of the edge.

Corner endCorner;

Is this page helpful?

YesYes NoNo

In this article: