LVectorFile::SetVector

#include "ltwrappr.h"

L_VOID LVectorFile::SetVector(pVector)

LVectorBase L_FAR * pVector;

/* pointer to a vector object */

Sets the vector object to be used by the file functions.

Parameter

Description

pVector

Pointer to the vector object to set.

Returns

None

Comments

Before you can use some of the file functions, a vector must be associated with the class object. Until you have associated a vector with the LVectorFile object, the object is considered invalid.

If the filename of the LVectorBase object is enabled, then the vector filename will be transferred to the class object.

For more information, see LVectorFile::IsValid.

Required DLLs and Libraries

LVKRN
LTFIL

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

Class Members

Topics:

Vector Images: Loading and Saving Vector Files

 

Vector Loading, Saving and Copying

Example

For an example, refer to LVectorFile::LVectorFile().