AddAudioFrameLinked
ShapeCollection.AddAudioFrameLinked method
Creates a new audio frame linked to an external audio file and adds it to the end of the shape collection.
public IAudioFrame AddAudioFrameLinked(float x, float y, float width, float height, string fname)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the new audio frame, in points. |
y | Single | The y-coordinate of the new audio frame, in points. |
width | Single | The width of the new audio frame, in points. |
height | Single | The height of the new audio frame, in points. |
fname | String | The path or name of the external audio file to link. |
Return Value
The newly created IAudioFrame
.
See Also
- interface IAudioFrame
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides