C# 클래스 PixelFarm.Agg.VertexSource.dbugVertexSourceIO

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
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