Skip to content

Video_set_window_region

hugh greene edited this page Jun 20, 2022 · 1 revision

Description

Sets the window rectangle of the given video.

Parameters

Parameter Data Type Description
id integer index of the video
x long x coordinate of the top-left position of the region
y long y coordinate
w long width of the region
h long height of the region

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the window region of a video
video_set_window_region(0, 0, window_get_width(), window_get_height());

NOTOC

Clone this wiki locally