pub fn draw_poly_filled<R>(rasops: &mut R, points: &[PixelsXY]) -> Result<()>where R: RasterOps + ?Sized,
Draws a filled polygon via rasops.
rasops