API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfacePathContour

@codexo/exojs / rendering / stable

One flattened subpath produced by GraphicsPath.contours.

2
props
0
methods
0
events
Import
import { PathContour } from '@codexo/exojs'

One flattened subpath produced by GraphicsPath.contours.

Properties2
closed: boolean
Whether the subpath was closed with GraphicsPath.closePath or by a shape command.
points: readonly number[]
Vertices as a flat [x0, y0, x1, y1, ...] array. The closing vertex of a closed contour is not repeated.
Source