FindSubElementsForTouchTargeting Method (C1RadialMenuItemsPresenter)
In This Topic
Syntax
'Declaration
Protected Overridable Function FindSubElementsForTouchTargeting( _
ByVal As Windows.Foundation.Point, _
ByVal 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 ,
Windows.Foundation.Rect
)
Parameters
- point
- boundingRect
See Also