Back to FabImage Library Lite website

You are here: Start » Path » Path IO » LoadPath

LoadPath


Header: FIL.h
Namespace: fil

Loads serialized Path object from FIDATA file.

Syntax

void fil::LoadPath
(
	const ftl::File& inFilename,
	fil::Path& outPath
)

Parameters

Name Type Default Description
inFilename const File& Name of the source file
outPath Path& Deserialized output Path