InsertVideoFrame()
Contents
[
Hide
]IShapeCollection::InsertVideoFrame(int32_t, float, float, float, float, System::String) method
Creates a new video frame and inserts it to a collection at the specified index.
virtual System::SharedPtr<IVideoFrame> Aspose::Slides::IShapeCollection::InsertVideoFrame(int32_t index, float x, float y, float width, float height, System::String fname)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which video frame should be inserted. |
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.
See Also
- Typedef SharedPtr
- Class IVideoFrame
- Class String
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides