InsertAudioFrameCD

IShapeCollection.InsertAudioFrameCD method

Creates a new audio frame linked to a CD track and inserts it into the shape collection at the specified index.

public IAudioFrame InsertAudioFrameCD(int index, float x, float y, float width, float height)
ParameterTypeDescription
indexInt32The zero-based index at which to insert the audio frame.
xSingleThe x-coordinate of the new audio frame, in points.
ySingleThe y-coordinate of the new audio frame, in points.
widthSingleThe width of the new audio frame, in points.
heightSingleThe height of the new audio frame, in points.

Return Value

The newly created IAudioFrame.

See Also