Table of contents

Contour

The Contour class represents a contour made up of multiple points.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCore.aar

class Contour

Attributes

Attributes Type Description
points android.graphics.Point[] An array of Point objects defining the vertices of the contour.

points

An array of android.graphics.Point objects defining the vertices of the contour.

Point[] points;

Is this page helpful?

YesYes NoNo

In this article: