ERectangleShape::HitTest
Checks if there is a handle under the cursor.
Namespace: Euresys::Open_eVision
[C++]
bool HitTest(
bool bDaughters
)
Parameters
bDaughters
Indicates if the check must be done in the whole hierarchy or just this object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground..
ERectangleShape.HitTest
Checks if there is a handle under the cursor.
Namespace: Euresys.Open_eVision
[C#]
bool HitTest(
bool bDaughters
)
Parameters
bDaughters
Indicates if the check must be done in the whole hierarchy or just this object.
ERectangleShape.HitTest
Checks if there is a handle under the cursor.
Module: open_evision
[Python]
HitTest(
bDaughters: bool
) -> bool
HitTest() -> bool
Parameters
bDaughters
Indicates if the check must be done in the whole hierarchy or just this object.