Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Box » FisFilter_AccessBox

FisFilter_AccessBox


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: FIL.h
Namespace: fis
Module: FoundationLite

Returns individual fields of box.

Syntax

void fis::FisFilter_AccessBox
(
	const fil::Box& inBox,
	int& outX,
	int& outY,
	int& outWidth,
	int& outHeight
)

Parameters

Name Type Default Description
Input value inBox const Box& Input box
Output value outX int& Output x-coordinate
Output value outY int& Output y-coordinate
Output value outWidth int& Output width
Output value outHeight int& Output height