InsertVideoFrame
IShapeCollection.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
- 接口 IShapeCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides