C# 클래스 ctpktool.CTPKEntry

파일 보기 프로젝트 열기: SciresM/FEAT 1 사용 예제들

공개 메소드들

메소드 설명
FromFile ( string filename, string foldername ) : CTPKEntry
GetBitmap ( ) : Bitmap
Read ( BinaryReader reader ) : CTPKEntry
ToFile ( string outputFolder ) : void
Write ( BinaryWriter writer ) : void

메소드 상세

FromFile() 공개 정적인 메소드

public static FromFile ( string filename, string foldername ) : CTPKEntry
filename string
foldername string
리턴 CTPKEntry

GetBitmap() 공개 메소드

public GetBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

Read() 공개 정적인 메소드

public static Read ( BinaryReader reader ) : CTPKEntry
reader System.IO.BinaryReader
리턴 CTPKEntry

ToFile() 공개 메소드

public ToFile ( string outputFolder ) : void
outputFolder string
리턴 void

Write() 공개 메소드

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void