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
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new audio frame. |
y | float | Y coordinate of a new audio frame. |
width | float | Width of a new audio frame. |
height | float | Height of a new audio frame. |
Return Value
Created AudioFrame object.
See Also
- Typedef SharedPtr
- Class IAudioFrame
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides