Property | Type | Description | |
---|---|---|---|
files | byte[]>.Dictionary | ||
images | byte[]>.Dictionary | ||
sounds | byte[]>.Dictionary | ||
texts | List |
Method | Description | |
---|---|---|
AddFile ( string fileName ) : bool | ||
AddImage ( string label, System.Windows.Media.Imaging.BitmapSource image ) : void | ||
AddSound ( string fileName ) : void | ||
GetFile ( string fileName ) : bool | ||
GetImage ( string label ) : System.Windows.Media.Imaging.BitmapSource | ||
GetObjectData ( |
||
GetSound ( string label ) : string | ||
Resources ( ) : System | ||
Resources ( |
public AddImage ( string label, System.Windows.Media.Imaging.BitmapSource image ) : void | ||
label | string | |
image | System.Windows.Media.Imaging.BitmapSource | |
return | void |
public GetImage ( string label ) : System.Windows.Media.Imaging.BitmapSource | ||
label | string | |
return | System.Windows.Media.Imaging.BitmapSource |
public GetObjectData ( |
||
info | ||
ctxt | ||
return | void |
public Resources ( |
||
info | ||
ctxt | ||
return | System |