Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Background_Image_SetFromFile Method

Sets the background image from the image file.

Pascal
function Background_Image_SetFromFile(Filename: WideString): Boolean;
C++
__fastcall Boolean Background_Image_SetFromFile(BSTR Filename);
C#
public Boolean Background_Image_SetFromFile(String Filename);
Visual Basic
Public Function Background_Image_SetFromFile(Filename As String) As Boolean
Java
public Boolean Background_Image_SetFromFile(string Filename);
IDL
Boolean Background_Image_SetFromFile(BSTR Filename);
JavaScript
Background_Image_SetFromFile
Parameters 
Description 
Filename: WideString 
File name. 

Returns true if the operation has been successful.

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!