ShapeList
AppendVideoMedia Method (String, RectangleF)
|
Add a new video to collection. innerLink mode
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IVideo AppendVideoMedia(
string filePath,
RectangleF rectangle
)
Public Function AppendVideoMedia (
filePath As String,
rectangle As RectangleF
) As IVideo
public:
IVideo^ AppendVideoMedia(
String^ filePath,
RectangleF rectangle
)
member AppendVideoMedia :
filePath : string *
rectangle : RectangleF -> IVideo
Parameters
-
filePath
-
Type:
System
String
-
rectangle
-
Type:
System.Drawing
RectangleF
Return Value
Type:
IVideo
See Also