C# Class PesFile.Stitch

Afficher le fichier Open project: njcrawford/EmbroideryReader Class Usage Examples

Méthodes publiques

Свойство Type Description
XMoveBits MoveBitSize
YMoveBits MoveBitSize
a Point
b Point
extraBits1 int
extraBits2 int
stitchType StitchType

Méthodes publiques

Méthode 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 méthode

public Stitch ( Point pointA, Point pointB ) : System
pointA Point
pointB Point
Résultat System

Stitch() public méthode

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
Résultat System

calcLength() public méthode

public calcLength ( ) : double
Résultat double

Property Details

XMoveBits public_oe property

public MoveBitSize XMoveBits
Résultat MoveBitSize

YMoveBits public_oe property

public MoveBitSize YMoveBits
Résultat MoveBitSize

a public_oe property

public Point a
Résultat Point

b public_oe property

public Point b
Résultat Point

extraBits1 public_oe property

public int extraBits1
Résultat int

extraBits2 public_oe property

public int extraBits2
Résultat int

stitchType public_oe property

public StitchType stitchType
Résultat StitchType