C# Class SS13to64x.DMI.DmiImage

显示文件 Open project: headswe/hqxdmi Class Usage Examples

Public Properties

Property Type Description
DmiName string
StateHeight int
StateWidth int
States List

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddMetadata() public static method

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

AddMetadata() public static method

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

Create() public static method

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

DmiImage() public method

public DmiImage ( string file ) : DreamEdit.DMI
file string
return DreamEdit.DMI

ToString() public method

public ToString ( ) : string
return string

Property Details

DmiName public_oe property

public string DmiName
return string

StateHeight public_oe property

public int StateHeight
return int

StateWidth public_oe property

public int StateWidth
return int

States public_oe property

public List States
return List