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