Exemplo n.º 1
0
 public AggCanvasPainter(ImageGraphics2D graphic2d)
 {
     this.gx = graphic2d;
     this.sclineRas = gx.ScanlineRasterizer;
     this.stroke = new Stroke(1);//default
     this.scline = graphic2d.ScanlinePacked8;
     this.sclineRasToBmp = graphic2d.ScanlineRasToDestBitmap;
 }
Exemplo n.º 2
0
        public static VertexStore MakeVxs(VertexStore vxs, double w)
        {
            Stroke stroke = new Stroke(w);

            return(stroke.MakeVxs(vxs));
        }