LVectorHPolyBezier::UnlockObject

#include "ltwrappr.h"

virtual L_INT LVectorHPolyBezier::UnlockObject(pPolyLine)

Sets the object information of the class object.

This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.

Parameters

pVECTORHPOLYBEZIER pPolyLine

Pointer to a VECTORHPOLYBEZIER structure that contains the vector object information to set.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function is used to update the object information of the class object.

To use this method, declare a variable of type VECTORHPOLYBEZIER and pass the address to the LVectorHPolyBezier::LockObject () function. After modifying the vector object settings, call LVectorHPolyBezier::UnlockObject (). LVectorHPolyBezier::LockObject () and LVectorHPolyBezier::UnlockObject () should always be called in pairs.

Before an object has been added to the LVectorBase object, using LVectorBase::AddObject or LVectorLayer::AddObject, LVectorHPolyBezier::UnlockObject () can be used to change ALL properties of an object. However, once the object has been added to the LVectorBase object, some properties cannot be changed using LVectorHPolyBezier::UnlockObject (). Specifically, nPointCount, *Point, pszText, and pbyType cannot be changed. However, as long as the number of points does not change, the coordinates of the individual points can always be modified using LVectorHPolyBezier::UnlockObject ().

To get the current object information for a class object, call LVectorHPolyBezier::LockObject.

LVectorHPolyBezier::LockObject and LVectorHPolyBezier::UnlockObject must be called in pairs.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorHPolyBezier::LockObject.

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

LEADTOOLS Vector C++ Class Library Help