AddAudioFrameCD

ShapeCollection.AddAudioFrameCD method

Creates a new audio frame linked to a CD track and adds it to the end of the shape collection.

public IAudioFrame AddAudioFrameCD(float x, float y, float width, float height)
ParameterTypeDescription
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