C# Class PixelFarm.Agg.VertexSource.dbugVertexSourceIO

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

public static Load ( PathWriter vertexSource, string pathAndFileName ) : void
vertexSource PathWriter
pathAndFileName string
Résultat void

ReadColorDataFromStream() public static méthode

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

ReadPathDataFromStream() public static méthode

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

ReadPathIndexListFromStream() public static méthode

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

WriteColorsToStream() public static méthode

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

WritePathIndexListToStream() public static méthode

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

WriteToStream() public static méthode

public static WriteToStream ( BinaryWriter writer, PathWriter pathSource ) : void
writer System.IO.BinaryWriter
pathSource PathWriter
Résultat void