示例#1
0
 internal CanvasRasterer(IGraphicFactory graphicFactory)
 {
     this.symbolMatrix = graphicFactory.CreateMatrix();
     this.path         = graphicFactory.CreatePath();
     // TODO: Delete
     this.graphicFactory = graphicFactory;
 }
 internal CanvasRasterer(IGraphicFactory graphicFactory)
 {
     this.canvas       = graphicFactory.CreateCanvas();
     this.symbolMatrix = graphicFactory.CreateMatrix();
     this.path         = graphicFactory.CreatePath();
 }