ISDBTools::LoadImage: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
m (introduced)
 
Line 10: Line 10:
Loads image from FileName and returns as [[SDBImage]] object.  
Loads image from FileName and returns as [[SDBImage]] object.  


Introduced from MediaMonkey 4.0.
{{Introduced|4.0}}


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 22:56, 20 April 2013

CoClass SDBTools, Interface ISDBTools

Function LoadImage(FileName As String) As SDBImage


Parameters

Name Type Description
FileName String Image filename to be loaded.


Method description

Loads image from FileName and returns as SDBImage object.

Introduced in MediaMonkey version 4.0.