Back to Aurora Vision Library Lite website

You are here: Start » Region » Region Basics » EmptyRegion

EmptyRegion


Header: AVL.h
Namespace: avl

Creates an empty region with a given frame.

Syntax

void avl::EmptyRegion
(
	const int inFrameWidth,
	const int inFrameHeight,
	avl::Region& outRegion
)

Parameters

Name Type Range Default Description
Input value inFrameWidth const int 0 - 65535 Width of the created region's frame
Input value inFrameHeight const int 0 - 65535 Height of the created region's frame
Output value outRegion Region& Output region