C# Class PixelFarm.Agg.VertexSource.dbugVertexSourceIO

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
Load ( PathWriter vertexSource, string pathAndFileName ) : void
ReadColorDataFromStream ( BinaryReader reader, Color &colors ) : void
ReadPathDataFromStream ( BinaryReader reader, PathWriter &newPath ) : void
ReadPathIndexListFromStream ( BinaryReader reader, int &len, int &pathIndexList ) : void
WriteColorsToStream ( BinaryWriter writer, Color colors ) : void
WritePathIndexListToStream ( BinaryWriter writer, int pathIndice, int len ) : void
WriteToStream ( BinaryWriter writer, PathWriter pathSource ) : void

Method Details

Load() public static method

public static Load ( PathWriter vertexSource, string pathAndFileName ) : void
vertexSource PathWriter
pathAndFileName string
return void

ReadColorDataFromStream() public static method

public static ReadColorDataFromStream ( BinaryReader reader, Color &colors ) : void
reader System.IO.BinaryReader
colors PixelFarm.Drawing.Color
return void

ReadPathDataFromStream() public static method

public static ReadPathDataFromStream ( BinaryReader reader, PathWriter &newPath ) : void
reader System.IO.BinaryReader
newPath PathWriter
return void

ReadPathIndexListFromStream() public static method

public static ReadPathIndexListFromStream ( BinaryReader reader, int &len, int &pathIndexList ) : void
reader System.IO.BinaryReader
len int
pathIndexList int
return void

WriteColorsToStream() public static method

public static WriteColorsToStream ( BinaryWriter writer, Color colors ) : void
writer System.IO.BinaryWriter
colors PixelFarm.Drawing.Color
return void

WritePathIndexListToStream() public static method

public static WritePathIndexListToStream ( BinaryWriter writer, int pathIndice, int len ) : void
writer System.IO.BinaryWriter
pathIndice int
len int
return void

WriteToStream() public static method

public static WriteToStream ( BinaryWriter writer, PathWriter pathSource ) : void
writer System.IO.BinaryWriter
pathSource PathWriter
return void