public void DrawPoint(double x, double y, int pixelSize, Color color) { _map.DrawPoint(x, y, pixelSize, ColorHelper.ColorToUInt(color), color.A); }