Back to FabImage Library Lite website

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

EmptyRegion


Header: FIL.h
Namespace: fil

Creates an empty region with a given frame.

Syntax

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