API reference
API reference
Select your platform
No SDKs available
No versions available

ContourGroup Class

Modifiers: final
A group of contours that form a single filled region. The outer contour is the boundary; holes are interior contours (e.g., the hole in 'O', 'D', 'B', etc.).

Signature

data class ContourGroup(val outer: Contour, val holes: List<Contour>)

Constructors

ContourGroup ( outer , holes )
Signature
constructor(outer: Contour, holes: List<Contour>)
Parameters
outer: Contour
holes: List

Properties

holes : List
[Get]
Signature
val holes: List<Contour>
outer : Contour
[Get]
Signature
val outer: Contour