ShapeList
InsertVideoMedia Method
|
Adds a new video to collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertVideoMedia(
int index,
string filePath,
RectangleF rectangle
)
Public Sub InsertVideoMedia (
index As Integer,
filePath As String,
rectangle As RectangleF
)
public:
void InsertVideoMedia(
int index,
String^ filePath,
RectangleF rectangle
)
member InsertVideoMedia :
index : int *
filePath : string *
rectangle : RectangleF -> unit
Parameters
-
index
-
Type:
System
Int32
Index should be inserted.
-
filePath
-
Type:
System
String
Video file path.
-
rectangle
-
Type:
System.Drawing
RectangleF
Rectangle should be inserted.
See Also