AddAudioFrameCD()

IShapeCollection::AddAudioFrameCD(float, float, float, float) method

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

virtual System::SharedPtr<IAudioFrame> Aspose::Slides::IShapeCollection::AddAudioFrameCD(float x, float y, float width, float height)=0

Arguments

ParameterTypeDescription
xfloatThe x-coordinate of the new audio frame, in points.
yfloatThe y-coordinate of the new audio frame, in points.
widthfloatThe width of the new audio frame, in points.
heightfloatThe height of the new audio frame, in points.

Return Value

The newly created IAudioFrame.

See Also