VolumeAutomation.CurveDesigner.SetBackPictureFromFile method |
|
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 details about using Volume Automation refer to the How to manage Volume Automation tutorial.
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.NOERROR (0) |
The method call was successful. |