The VECTORHITTEST structure holds information about hit test options.
Size of this structure. Used for versioning.
Distance from the point, in pixels. This value indicates how close the point must be to an object in order to "hit" the object.
Flag that determines which objects to consider when hit testing. Possible values are:
Value | Meaning |
---|---|
VECTOR_HITTEST_CLOSEDFIGURES | Determine whether the hit test point is inside closed objects. |
VECTOR_HITTEST_IGNORESELECTED | Do not test objects that are already selected. |
LVectorBase::GetHitTest and LVectorBase::SetHitTest get and set the current hit test options. LVectorBase::HitTest actually performs the hit test.
The hit test options must be set before calling LVectorBase::HitTest.
pVECTORHITTEST is a pointer to a VECTORHITTEST structure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document