AddVideoFrame()
Contents
[
Hide
]ShapeCollection::AddVideoFrame(float, float, float, float, System::String) method
Adds a new video frame to the end of a collection.
System::SharedPtr<IVideoFrame> Aspose::Slides::ShapeCollection::AddVideoFrame(float x, float y, float width, float height, System::String fname) override
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.
ShapeCollection::AddVideoFrame(float, float, float, float, System::SharedPtr<IVideo>) method
Adds a new video frame to the end of a collection.
System::SharedPtr<IVideoFrame> Aspose::Slides::ShapeCollection::AddVideoFrame(float x, float y, float width, float height, System::SharedPtr<IVideo> video) override
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 to add. |
Return Value
Created VideoFrame object.
See Also
- Typedef SharedPtr
- Class IVideoFrame
- Class String
- Class ShapeCollection
- Class IVideo
- Namespace Aspose::Slides
- Library Aspose.Slides