ICustomSymbolHitTest Interface
An interface for hit-testing of custom symbols.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public interface ICustomSymbolHitTest
Remarks
Carmenta Engine normally implements automatic hit-testing for custom symbols, by hit-testing each call the symbols make to the drawing methods of the drawable.
If a custom symbol needs more control over hit-testing, it may choose to implement this interface, in addition to ICustomSymbol. If it does, Carmenta Engine will call the HitTest method of this interface, instead of doing the automatic hit-testing.
Custom hit-testing is currently not supported in 3D; any area overlapping the screen bounding box for the symbol will be considered a hit.
Platforms
Windows, Linux, Android
ICustomSymbolHitTest Members
The ICustomSymbolHitTest type has the following members.
Methods
Name | Description |
---|---|
HitTest | Tests if a feature is "hit" by a selection rectangle. |