예제 #1
0
 public QDShapeDBPoint(QDPoint pt, QDPointTypes type_in)  : base(pt)
 {
     type = type_in;
 }
예제 #2
0
 public QDShapeDBPoint(QDShapeDBPoint other) : base(other)
 {
     type = other.type;
 }