C# 클래스 SS13to64x.DMI.DmiImage

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

공개 프로퍼티들

프로퍼티 타입 설명
DmiName string
StateHeight int
StateWidth int
States List

공개 메소드들

메소드 설명
AddMetadata ( String origFilename, string>.Dictionary data ) : void
AddMetadata ( String origFilename, string key, string value ) : void
Create ( DmiImage dmi, string path ) : void
DmiImage ( string file ) : DreamEdit.DMI
ToString ( ) : string

비공개 메소드들

메소드 설명
GetFrames ( DMIState state, FreeImageBitmap img ) : void
GetIntList ( string dequeue ) : List
GetValue ( string str ) : string
PowerOfTwo ( int v ) : int
ReadState ( string name, Queue lines ) : void
ReadVersion ( Queue lines ) : void

메소드 상세

AddMetadata() 공개 정적인 메소드

public static AddMetadata ( String origFilename, string>.Dictionary data ) : void
origFilename String
data string>.Dictionary
리턴 void

AddMetadata() 공개 정적인 메소드

public static AddMetadata ( String origFilename, string key, string value ) : void
origFilename String
key string
value string
리턴 void

Create() 공개 정적인 메소드

public static Create ( DmiImage dmi, string path ) : void
dmi DmiImage
path string
리턴 void

DmiImage() 공개 메소드

public DmiImage ( string file ) : DreamEdit.DMI
file string
리턴 DreamEdit.DMI

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

DmiName 공개적으로 프로퍼티

public string DmiName
리턴 string

StateHeight 공개적으로 프로퍼티

public int StateHeight
리턴 int

StateWidth 공개적으로 프로퍼티

public int StateWidth
리턴 int

States 공개적으로 프로퍼티

public List States
리턴 List