Click or drag to resize

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
)

Parameters

stream
Type: System.IO Stream
video stream object
rectangle
Type: System.Drawing RectangleF
rectangle for placing video

Return Value

Type: IVideo
See Also