C# Класс PixelFarm.Agg.VertexSource.dbugVertexSourceIO

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Load() публичный статический Метод

public static Load ( PathWriter vertexSource, string pathAndFileName ) : void
vertexSource PathWriter
pathAndFileName string
Результат void

ReadColorDataFromStream() публичный статический Метод

public static ReadColorDataFromStream ( BinaryReader reader, Color &colors ) : void
reader System.IO.BinaryReader
colors PixelFarm.Drawing.Color
Результат void

ReadPathDataFromStream() публичный статический Метод

public static ReadPathDataFromStream ( BinaryReader reader, PathWriter &newPath ) : void
reader System.IO.BinaryReader
newPath PathWriter
Результат void

ReadPathIndexListFromStream() публичный статический Метод

public static ReadPathIndexListFromStream ( BinaryReader reader, int &len, int &pathIndexList ) : void
reader System.IO.BinaryReader
len int
pathIndexList int
Результат void

WriteColorsToStream() публичный статический Метод

public static WriteColorsToStream ( BinaryWriter writer, Color colors ) : void
writer System.IO.BinaryWriter
colors PixelFarm.Drawing.Color
Результат void

WritePathIndexListToStream() публичный статический Метод

public static WritePathIndexListToStream ( BinaryWriter writer, int pathIndice, int len ) : void
writer System.IO.BinaryWriter
pathIndice int
len int
Результат void

WriteToStream() публичный статический Метод

public static WriteToStream ( BinaryWriter writer, PathWriter pathSource ) : void
writer System.IO.BinaryWriter
pathSource PathWriter
Результат void