LVectorObject::LVectorObject

Summary

Constructs and initializes the different member variables of the LVectorObject object.

Syntax

#include "ltwrappr.h"

LVectorObject::LVectorObject(L_VOID)

LVectorObject::LVectorObject(pObject, pVector=NULL)

Parameters

pVECTOROBJECT pObject

Pointer to a VECTOROBJECT structure that contains information used to create and initialize the new vector layer.

LVectorBase * pVector

Pointer to an LVectorBase object. The newly created vector layer will be associated with this LVectorBase object.

Returns

None.

Comments

LVectorObject::LVectorObject(L_VOID) is a constructor for the LVectorObject object. This constructor should be used when it is not required to know the specific properties of the vector object. For example, this constructor could be used to create LVectorObject objects used with the following functions:

LVectorObject::DeleteObject

LVectorObject::SelectObject

LVectorObject::IsObjectSelected

LVectorObject::ExplodeObject

LVectorDialog::DoModalVectorEditObject

LVectorObject::LVectorObject(pObject, pVector=NULL) creates an LVectorObject object based on the information provided in pObject and associates the newly created LVectorObject object with the specified LVectorBase object. This constructor should be used with the LVectorLayer::EnumObjects function, which returns a valid pVECTOROBJECT pointer in the LVectorLayer::EnumObjectsCallBackmember function.

Required DLLs and Libraries

See Also

Functions

Example

For an example of LVectorObject::LVectorObject(L_VOID), refer to LVectorBase::HitTest.
For an example of LVectorObject::LVectorObject(pObject, pVector=NULL) refer to LVectorObject::IsObjectInsideParallelogram.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.