VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Background_Image_Set_FromFile Method

Sets the background image from the image file.

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

Returns true if the operation has been successful.

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!