Ejemplo n.º 1
0
 public StreamGeometryImpl(Cairo.Path path)
 {
     _impl = new StreamGeometryContextImpl(this);
     Path  = path;
 }
Ejemplo n.º 2
0
 public StreamGeometryImpl(Cairo.Path path)
 {
     _impl = new StreamGeometryContextImpl(this);
     Path = path;
 }
Ejemplo n.º 3
0
 public StreamGeometryImpl()
 {
     _impl = new StreamGeometryContextImpl(this);
 }
Ejemplo n.º 4
0
 public StreamGeometryImpl()
 {
     _impl = new StreamGeometryContextImpl(this);
 }
Ejemplo n.º 5
0
 public StreamGeometryImpl(StreamGeometryContextImpl impl)
 {
     _impl = impl;
 }
Ejemplo n.º 6
0
 public StreamGeometryImpl()
 {
     _impl = new StreamGeometryContextImpl(null);
 }
Ejemplo n.º 7
0
 public StreamGeometryImpl(StreamGeometryContextImpl impl)
 {
     _impl = impl;
 }
Ejemplo n.º 8
0
 public StreamGeometryImpl()
 {
     _impl = new StreamGeometryContextImpl(null);
 }