ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPolyline Class / FindSubElementsForTouchTargeting Method

In This Topic
    FindSubElementsForTouchTargeting Method (C1VectorPolyline)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function FindSubElementsForTouchTargeting( _
       ByVal point As Point, _
       ByVal boundingRect As Rect _
    ) As IIterable(Of IIterable(Of Point))
    protected virtual IIterable<IIterable<Point>> FindSubElementsForTouchTargeting( 
       Point point,
       Rect boundingRect
    )

    Parameters

    point
    boundingRect
    See Also