C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / GetChildElements Method


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

Parameters

point
See Also