public static bool TryDrawPolygon(this SciterGraphics graphics, IEnumerable <PolygonPoint> points)
 {
     return(graphics?.TryDrawPolygonInternal(points: points) == true);
 }