LVectorBase::GetHitTest

Summary

Gets the current hit test settings.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::GetHitTest(pHitTest)

Parameters

pVECTORHITTEST pHitTest

Pointer to a VECTORHITTEST structure to be updated with the current hit test settings.

Returns

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

Comments

The hit test settings determine the behavior of the hit test. The hit test itself is performed by calling LVectorBase::HitTest.

The hit test settings can be changed by calling LVectorBase::SetHitTest.

For more information on possible hit test settings, refer to the VECTORHITTEST structure.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::HitTest

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.