how to convert Microsoft Map LocationRect to Edges
Microsoft.Map.getBounds() returns LocationRect object, which it self consist of center,width, height.
i want to find left-top and bottom-right edges to query my database to brings all points in that area.