コード例 #1
0
 public StreamGeometryImpl(StreamGeometryContextImpl impl)
 {
     _impl = impl;
 }
コード例 #2
0
 public StreamGeometryImpl(StreamGeometryContextImpl impl)
 {
     _impl = impl;
 }
コード例 #3
0
 public StreamGeometryImpl()
 {
     _impl = new StreamGeometryContextImpl(this, null);
 }
コード例 #4
0
 public StreamGeometryImpl()
 {
     _impl = new StreamGeometryContextImpl(this, null);
 }