void DrawTriangleFan(Pointer<Vector2C> points, int pointCount, ColorC color) { return _DrawTriangleFan(points, pointCount, color); }