InsertVideoFrame
ShapeCollection.InsertVideoFrame 方法
创建一个新的视频帧,并将其插入到指定索引的集合中。
public IVideoFrame InsertVideoFrame(int index, float x, float y, float width, float height,
string fname)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 视频帧应该插入的零基索引。 |
x | Single | 新的视频帧的 X 坐标。 |
y | Single | 新的视频帧的 Y 坐标。 |
width | Single | 新的视频帧的宽度。 |
height | Single | 新的视频帧的高度。 |
fname | String | 视频文件名。 |
返回值
创建的 VideoFrame 对象。
另请参见
- 接口 IVideoFrame
- 类 ShapeCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides