ResizeCamera()

Syntax

ResizeCamera(#Camera, x, y, Width, Height)
Description
Resizes the camera according to the specified dimension. All values are in percentages, like with CreateCamera().

Parameters

#Camera The camera to resize.
x, y The new position of the camera display. This values are in percentages, from to 0 to 100.
Width, Height The new size of the camera display. This values are in percentages, from to 0 to 100.

Return value

None.

See Also

CreateCamera()

Supported OS

All

<- MoveCamera() - Camera Index - RotateCamera() ->