public static Vector2 DrawPos(this Vector2 vector) { Vector2 vec = vector.AddZoom().AddCamera(); return(new Vector2((int)vec.X, (int)vec.Y)); }