ShapeList
AppendVideoMedia Method (Stream, RectangleF)
|
Add a new video to collection by stream.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IVideo AppendVideoMedia(
Stream stream,
RectangleF rectangle
)
Public Function AppendVideoMedia (
stream As Stream,
rectangle As RectangleF
) As IVideo
public:
IVideo^ AppendVideoMedia(
Stream^ stream,
RectangleF rectangle
)
member AppendVideoMedia :
stream : Stream *
rectangle : RectangleF -> IVideo
Parameters
-
stream
-
Type:
System.IO
Stream
video stream object
-
rectangle
-
Type:
System.Drawing
RectangleF
rectangle for placing video
Return Value
Type:
IVideo
See Also