Back to FabImage Library website

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

EmptyRegion


Header: FIL.h
Namespace: fil
Module: FoundationLite

Creates an empty region with a given frame.

Syntax

C++
C#
 
void fil::EmptyRegion
(
	const int inFrameWidth,
	const int inFrameHeight,
	fil::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