AddAudioFrameCD()

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

Adds an AudioFrame with CD to the end of collection.

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

Arguments

ParameterTypeDescription
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.

Return Value

Created AudioFrame object.

See Also