示例#1
0
        public EscherGraphics Create()
        {
            EscherGraphics g = new EscherGraphics(escherGroup, workbook,
                                                  foreground, font, verticalPointsPerPixel);

            return(g);
        }
 public EscherGraphics Create()
 {
     EscherGraphics g = new EscherGraphics(escherGroup, workbook,
             foreground, font, verticalPointsPerPixel);
     return g;
 }