C# Class SS13to64x.DMI.DmiImage

Afficher le fichier Open project: headswe/hqxdmi Class Usage Examples

Méthodes publiques

Свойство Type Description
DmiName string
StateHeight int
StateWidth int
States List

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static AddMetadata ( String origFilename, string>.Dictionary data ) : void
origFilename String
data string>.Dictionary
Résultat void

AddMetadata() public static méthode

public static AddMetadata ( String origFilename, string key, string value ) : void
origFilename String
key string
value string
Résultat void

Create() public static méthode

public static Create ( DmiImage dmi, string path ) : void
dmi DmiImage
path string
Résultat void

DmiImage() public méthode

public DmiImage ( string file ) : DreamEdit.DMI
file string
Résultat DreamEdit.DMI

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DmiName public_oe property

public string DmiName
Résultat string

StateHeight public_oe property

public int StateHeight
Résultat int

StateWidth public_oe property

public int StateWidth
Résultat int

States public_oe property

public List States
Résultat List