Inheritance: ISVGPathDraw
Exemplo n.º 1
0
 //-----
 public SVGGraphics(ISVGDevice device)
 {
     this._device = device;
     this._graphicsFill = new SVGGraphicsFill(this);
     this._graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 2
0
 public SVGGraphics(ISVGDevice dev)
 {
     device         = dev;
     graphicsFill   = new SVGGraphicsFill(this);
     graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 3
0
 //================================================================================
 public SVGGraphics()
 {
     this._graphicsFill = new SVGGraphicsFill(this);
     this._graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 4
0
 public SVGGraphics()
 {
     graphicsFill   = new SVGGraphicsFill(this);
     graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 5
0
 //-----
 public SVGGraphics(ISVGDevice device)
 {
     _device         = device;
     _graphicsFill   = new SVGGraphicsFill(this);
     _graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 6
0
 //================================================================================
 public SVGGraphics()
 {
     this._graphicsFill   = new SVGGraphicsFill(this);
     this._graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 7
0
 public SVGGraphics(ISVGDevice dev)
 {
     device = dev;
     graphicsFill = new SVGGraphicsFill(this);
     graphicsStroke = new SVGGraphicsStroke(this);
 }
Exemplo n.º 8
0
 public SVGGraphics()
 {
     graphicsFill = new SVGGraphicsFill(this);
     graphicsStroke = new SVGGraphicsStroke(this);
 }