This documentation is archived and is not being maintained.
msSetVideoRectangle method
Sets the dimensions of a sub-rectangle within a video.
Syntax
HTMLVideoElement.msSetVideoRectangle(left, top, right, bottom);
Parameters
- left [in]
-
Type: number
- top [in]
-
Type: number
- right [in]
-
Type: number
- bottom [in]
-
Type: number
Return value
This method does not return a value.
See also
-
HTMLVideoElement