AddAudioFrameLinked

IShapeCollection.AddAudioFrameLinked method

Adds a new audio frame with linked audio file to the end of a collection.

public IAudioFrame AddAudioFrameLinked(float x, float y, float width, float height, string fname)
ParameterTypeDescription
xSingleX coordinate of a new audio frame.
ySingleY coordinate of a new audio frame.
widthSingleWidth of a new audio frame.
heightSingleHeight of a new audio frame.
fnameStringAudio file name.

Return Value

Created AudioFrame object.

See Also