Resource Base
Table of contents

Contour

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

interface Contour {
    points: Array<Point>;
}

points

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

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +