pe_factory_vtmethod

Creates the specified vertical transformation method object

Usage syntax

PE_VTMETHOD pe_factory_vtmethod (int code);

Parameters
code The code of the predefined vertical transformation method object
Description

Creates the predefined vertical transformation method object with the specified code

Returns

On success, returns the new vertical transformation method object; On failure, returns a null pointer.

Examples

PE_VTMETHOD zshift = pe_factory_vtmethod(PE_VTMTH_VERTICAL_OFFSET);