예제 #1
0
        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));
        }