[][src]Type Definition graphics::types::Polygons

type Polygons<'a, T = Scalar> = &'a [Polygon<'a, T>];

A slice of polygons.