Interface IHitTestInfo
Defines a base protocol for HitTestInfo.
Implements
Namespace:
Assembly: .dll
Syntax
public interface IHitTestInfo extends ICleanable
Methods
isEmpty()
Gets the value indicating whether this IHitTestInfo is empty or not.
Declaration
public abstract boolean isEmpty()
Returns
| Type | Description |
|---|---|
| boolean | True if this IHitTestInfo is empty. |