Exemple #1
0
 public Stitch(Point pointA, Point pointB, int extraBits1, int extraBits2, MoveBitSize XMoveBits, MoveBitSize YMoveBits, StitchType stitchType)
 {
     this.a          = pointA;
     this.b          = pointB;
     this.extraBits1 = extraBits1;
     this.extraBits2 = extraBits2;
     this.XMoveBits  = XMoveBits;
     this.YMoveBits  = YMoveBits;
     this.stitchType = stitchType;
 }
 public Stitch(Point pointA, Point pointB, int extraBits1, int extraBits2, MoveBitSize XMoveBits, MoveBitSize YMoveBits, StitchType stitchType)
 {
     this.a = pointA;
     this.b = pointB;
     this.extraBits1 = extraBits1;
     this.extraBits2 = extraBits2;
     this.XMoveBits = XMoveBits;
     this.YMoveBits = YMoveBits;
     this.stitchType = stitchType;
 }