[][src]Function plotters::drawing::rasterizer::fill_polygon

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