AddAudioFrameCD()

ShapeCollection::AddAudioFrameCD(float, float, float, float) method

Adds an AudioFrame with CD to the end of collection.

System::SharedPtr<IAudioFrame> Aspose::Slides::ShapeCollection::AddAudioFrameCD(float x, float y, float width, float height) override

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