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