C# Class SS13to64x.DMI.DmiImage

Show file 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 property

public string DmiName
return string

StateHeight public property

public int StateHeight
return int

StateWidth public property

public int StateWidth
return int

States public property

public List States
return List