C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / GetChildElements Method


In This Topic
GetChildElements Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetChildElements( _
   ByVal point As Xamarin.Forms.Point _
) As IList(Of GestureElement)
 
'Usage
 
Dim instance As C1PolygonIcon
Dim point As Xamarin.Forms.Point
Dim value As IList(Of GestureElement)
 
value = instance.GetChildElements(point)

Parameters

point
See Also