Click or drag to resize

XYPlotLayerHitTest Method

Overload List
 NameDescription
Public methodHitTest(HitTestPointData) 
Public methodHitTest(HitTestRectangularData) Hit test of retangular hit test data against the layer (here treated as IGraphicBase object). Decision is here not to allow the layer itself to be selected by rectangular selection, instead we allow all subobjects to be selected.
Public methodHitTest(HitTestPointData, Boolean) 
Public methodHitTest(HitTestRectangularData, ListIHitTestObject) Collects all sub-objects of this layer that are selected by a rectangular selection area into a list.
Top
See Also