LVectorBase::GetHitTest
#include "ltwrappr.h"
virtual L_INT LVectorBase::GetHitTest(pHitTest)
pVECTORHITTEST pHitTest; |
/* pointer to a structure */ |
Gets the current hit test settings.
Parameter |
Description |
pHitTest |
Pointer to a VECTORHITTEST structure to be updated with the current 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.
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
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: |
|
Topics: |
Example
For an example, refer to LVectorBase::HitTest