ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialPanel Class / FindSubElementsForTouchTargeting Method

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

    Parameters

    point
    boundingRect
    See Also