Back to FabImage Library website

You are here: Start » Function Reference » System » Configuration » InitLibrary

InitLibrary


Header: FIL.h
Namespace: fil
Module: FoundationLite

Initializes library internals. Should be called before any other function from FIL.

Applications: If you do not call this first, initialization will be done in the first iteration, possibly affecting system's performance.

Syntax

C++
C#
 
void fil::InitLibrary
(
)