LVectorObject::SelectObject

Summary

Selects or unselects an object. This function is available in the LEADTOOLS Vector Imaging Toolkit.

Syntax

#include "ltwrappr.h"

L_INT LVectorObject::SelectObject(bSelect=TRUE)

Parameters

L_BOOL bSelect

Flag that indicates whether to select or unselect the specified object. Possible values are:

Value Meaning
TRUE Select the specified object.
FALSE Unselect the specified object.

Returns

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

Comments

Selects or unselects the class object.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorObject::IsObjectSelected.

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.