Copyright © 2008-2019 MultiMedia Soft

Effects.CurveDesigner.SetBackPictureFromFile method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets a background picture from a picture file in BMP format.

 

For details about using the Curve Designer refer to the How to create custom volume curves tutorial.

For further details about defining a volume automation procedure refer to the How to define a volume automation procedure section.

 

 

Syntax

 

[Visual Basic]

Public Function SetBackPictureFromFile (

nDesignerUniqueId as Int32,

strPathname as String

) as enumErrorCodes


 

[C#]

public enumErrorCodes SetBackPictureFromFile (

Int32 nDesignerUniqueId,

string strPathname

);


 

[C++]

public: enumErrorCodes SetBackPictureFromFile (

Int32 nDesignerUniqueId,

string strPathname

);


 

 

Parameter

Description

 

 

nDesignerUniqueId

Number representing the zero-based index of the player that will use the Waveform

strPathname

Absolute pathname of the BMP file to load.

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.