AddVideoFrame()
Contents
[
Hide
]IShapeCollection::AddVideoFrame(float, float, float, float, System::String) method
Adds a new video frame to the end of a collection.
virtual System::SharedPtr<IVideoFrame> Aspose::Slides::IShapeCollection::AddVideoFrame(float x, float y, float width, float height, System::String fname)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new video frame. |
y | float | Y coordinate of a new video frame. |
width | float | Width of a new video frame. |
height | float | Height of a new video frame. |
fname | System::String | Video file name. |
Return Value
Created VideoFrame object.
IShapeCollection::AddVideoFrame(float, float, float, float, System::SharedPtr<IVideo>) method
Adds a new video frame to the end of a collection.
virtual System::SharedPtr<IVideoFrame> Aspose::Slides::IShapeCollection::AddVideoFrame(float x, float y, float width, float height, System::SharedPtr<IVideo> video)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new video frame. |
y | float | Y coordinate of a new video frame. |
width | float | Width of a new video frame. |
height | float | Height of a new video frame. |
video | System::SharedPtr<IVideo> | Video. |
Return Value
Created VideoFrame object.
See Also
- Typedef SharedPtr
- Class IVideoFrame
- Class String
- Class IShapeCollection
- Class IVideo
- Namespace Aspose::Slides
- Library Aspose.Slides