Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Size » FisFilter_AccessSize

FisFilter_AccessSize


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: FoundationBasic

Returns individual fields of size.

Syntax

void fis::FisFilter_AccessSize
(
	const fil::Size& inSize,
	int& outWidth,
	int& outHeight
)

Parameters

Name Type Default Description
Input value inSize const Size& Input box
Output value outWidth int& Output width
Output value outHeight int& Output height