ICustomNativeVisualizer.HitTest Method
Tests if a feature is "hit" by a selection rectangle.
HitTest(Feature feature, Drawable drawable, Rectangle area)
Tests if a feature is "hit" by a selection rectangle.Syntax
public System.Boolean HitTest (
Feature feature,
Drawable drawable,
Rectangle area
)
Parameters
The feature to hit test.
The drawable.
The area to hit test.
Return Value
True if the feature is hit by area; otherwise, False.
Remarks
This method is called by Carmenta Engine during selection, to determine if a feature is "hit" by the selection rectangle. It is up to the custom visualizer to determine what a hit is.
If the method returns True, a presentation object representing the visualization of the feature will be created and returned to the caller, usually via View.WhatsIn.
Platforms
Windows, Linux, Android