Function plotters_backend::rasterizer::fill_polygon

source ยท
pub fn fill_polygon<DB: DrawingBackend, S: BackendStyle>(
    back: &mut DB,
    vertices: &[BackendCoord],
    style: &S
) -> Result<(), DrawingErrorKind<DB::ErrorType>>