InsertAudioFrameCD
IShapeCollection.InsertAudioFrameCD method
Creates a new audio frame linked to a CD track and inserts it into the shape collection at the specified index.
public IAudioFrame InsertAudioFrameCD(int index, float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which to insert the audio frame. |
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. |
Return Value
The newly created IAudioFrame
.
See Also
- interface IAudioFrame
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides