#include "ltwrappr.h"
L_INT LVectorObject::SelectObject(bSelect=TRUE)
L_BOOL bSelect; |
flag that indicates whether to select or unselect |
Selects or unselects an object. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.
Parameter | Description | |
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. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Selects or unselects the class 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. |
Functions: |
LVectorObject::IsObjectSelected, LVectorObject::DeleteObject, LVectorBase::HitTest |
Topics: |
|
|
For an example, refer to LVectorObject::IsObjectSelected.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET