C# Class PesFile.StitchBlock

ファイルを表示 Open project: njcrawford/EmbroideryReader Class Usage Examples

Public Properties

Property Type Description
color Color
colorIndex System.Int32
stitches PesFile.Stitch[]
stitchesTotal System.Int32
unknownStartByte byte

Public Methods

Method Description
StitchBlock ( ) : System

Method Details

StitchBlock() public method

public StitchBlock ( ) : System
return System

Property Details

color public_oe property

public Color color
return Color

colorIndex public_oe property

public Int32,System colorIndex
return System.Int32

stitches public_oe property

public Stitch[],PesFile stitches
return PesFile.Stitch[]

stitchesTotal public_oe property

public Int32,System stitchesTotal
return System.Int32

unknownStartByte public_oe property

public byte unknownStartByte
return byte