AddAudioFrameLinked()
Contents
[
Hide
]ShapeCollection::AddAudioFrameLinked(float, float, float, float, System::String) method
Creates a new audio frame linked to an external audio file and adds it to the end of the shape collection.
System::SharedPtr<IAudioFrame> Aspose::Slides::ShapeCollection::AddAudioFrameLinked(float x, float y, float width, float height, System::String fname) override
Arguments
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the new audio frame, in points. |
y | float | The y-coordinate of the new audio frame, in points. |
width | float | The width of the new audio frame, in points. |
height | float | The height of the new audio frame, in points. |
fname | System::String | The path or name of the external audio file to link. |
Return Value
The newly created IAudioFrame.
See Also
- Typedef SharedPtr
- Class IAudioFrame
- Class String
- Class ShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides