public static IVisio.Shape Drop( this IVisio.Page page, IVisio.Master master, Geometry.Point point) { var surface = new SurfaceTarget(page); return(surface.Drop(master, point)); }