Back to FabImage Library website

You are here: Start » Function Reference » Conversions » ImageToSize

ImageToSize


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts an image to a size.

Syntax

C++
C#
 
void fil::ImageToSize
(
	const fil::Image& inImage,
	fil::Size& outSize
)

Parameters

Name Type Default Description
Input value
inImage const Image& Input image
Output value
outSize Size&