This is a method from one of my projects. It depends a bit on my architecture, but should be useful for you.
Consideration should be given to scaling. Your best bet is to replace this with ConvertUnits.ToSimUnits etc., which I am sure you are familiar with.
public static Body CreateBodyFromImage(Game game, World world, string textureName) {
source share