Back to Aurora Vision Library website

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

EmptyRegion


Header: AVL.h
Namespace: avl
Module: FoundationLite

Creates an empty region with a given frame.

Syntax

C++
C#
 
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