LVectorBase::SetHitTest

#include "ltwrappr.h"

virtual L_INT LVectorBase::SetHitTest(pHitTest)

const pVECTORHITTEST pHitTest;

pointer to a structure

Sets the new hit test settings.

Parameter

Description

pHitTest

Pointer to a VECTORHITTEST structure that contains the new hit test settings.

Returns

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

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.

See Also

Functions:

LVectorBase::GetHitTest, LVectorBase::HitTest

Topics:

Working with Vector Objects

Example

For an example, refer to LVectorBase::HitTest.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C++ Class Library Help