C# Class PesFile.Stitch

Mostrar archivo Open project: njcrawford/EmbroideryReader Class Usage Examples

Public Properties

Property Type Description
XMoveBits MoveBitSize
YMoveBits MoveBitSize
a Point
b Point
extraBits1 int
extraBits2 int
stitchType StitchType

Public Methods

Method Description
Stitch ( Point pointA, Point pointB ) : System
Stitch ( Point pointA, Point pointB, int extraBits1, int extraBits2, MoveBitSize XMoveBits, MoveBitSize YMoveBits, StitchType stitchType ) : System
calcLength ( ) : double

Method Details

Stitch() public method

public Stitch ( Point pointA, Point pointB ) : System
pointA Point
pointB Point
return System

Stitch() public method

public Stitch ( Point pointA, Point pointB, int extraBits1, int extraBits2, MoveBitSize XMoveBits, MoveBitSize YMoveBits, StitchType stitchType ) : System
pointA Point
pointB Point
extraBits1 int
extraBits2 int
XMoveBits MoveBitSize
YMoveBits MoveBitSize
stitchType StitchType
return System

calcLength() public method

public calcLength ( ) : double
return double

Property Details

XMoveBits public_oe property

public MoveBitSize XMoveBits
return MoveBitSize

YMoveBits public_oe property

public MoveBitSize YMoveBits
return MoveBitSize

a public_oe property

public Point a
return Point

b public_oe property

public Point b
return Point

extraBits1 public_oe property

public int extraBits1
return int

extraBits2 public_oe property

public int extraBits2
return int

stitchType public_oe property

public StitchType stitchType
return StitchType