bounds

@get:JvmName(name = "shapeContourBounds")
val Iterable<ShapeContour>.bounds: Rectangle(source)

Evaluates the bounds around all ShapeContour instances in the Iterable


@get:JvmName(name = "shapeBounds")
val Iterable<Shape>.bounds: Rectangle(source)

Evaluates the bounds around all Shape instances in the Iterable


@get:JvmName(name = "segmentBounds")
val Iterable<Segment2D>.bounds: Rectangle(source)

Evaluates the bounds around all Segment instances in the Iterable