ISDBTools::LoadImage: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{MethodDeclaration|SDBTools|ISDBTools|Function LoadImage(FileName As String) As String}}
{{MethodDeclaration|SDBTools|ISDBTools|Function LoadImage(FileName As String) As [[SDBImage]]}}


===Parameters===
===Parameters===
Line 8: Line 8:
===Method description===
===Method description===


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.