LVectorBase::SetHitTest

Summary

Sets the new hit test settings.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::SetHitTest(pHitTest)

Parameters

const pVECTORHITTEST pHitTest

Pointer to a VECTORHITTEST structure that contains the new 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.

To get the current hit test settings, call LVectorBase::GetHitTest.

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 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.