LEADTOOLS Vector C++ Class Library Help > Classes and Member Functions > LVectorClone > LVectorClone Class Members > LVectorClone::LVectorClone |
#include "ltwrappr.h"
LVectorClone::LVectorClone(pClone =NULL)
LVectorClone::::LVectorClone(pObject, pVector=NULL)
pVECTORCLONE pClone; |
/* pointer to a VECTORCLONE structure */ |
Constructs and initializes the different member variables of the LVectorClone object.
Parameter |
Description |
pClone |
Pointer to a VECTORCLONE structure that contains information used to create and initialize the new vector clone object. |
Returns
None
Comments
LVectorClone::LVectorClone(pClone) is a constructor for the LVectorClone object. It takes a valid pVECTORCLONE pointer and creates an LVectorClone object.
Required DLLs and Libraries
LVKRN 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: |
Example
For an example, refer to LVectorClone::SetGroup.