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