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; }
public static VertexStore MakeVxs(VertexStore vxs, double w) { Stroke stroke = new Stroke(w); return(stroke.MakeVxs(vxs)); }