IGestureController.GetChildElements(Point) Method

Definition

public:
 System::Collections::Generic::IList<Microsoft::Maui::Controls::GestureElement ^> ^ GetChildElements(Microsoft::Maui::Graphics::Point point);
public System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement> GetChildElements (Microsoft.Maui.Graphics.Point point);
abstract member GetChildElements : Microsoft.Maui.Graphics.Point -> System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement>
Public Function GetChildElements (point As Point) As IList(Of GestureElement)

Parameters

point
Point

Returns

Applies to