msSetVideoRectangle method

Sets the dimensions of a sub-rectangle within a video.

Internet Explorer 10

 

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