C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / GetLocationOnScreen Method


In This Topic
GetLocationOnScreen Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getLocationOnScreen", 
   "([I)V", 
   "GetGetLocationOnScreen_arrayIHandler")>
Public Overridable Sub GetLocationOnScreen( _
   ByVal outLocation() As Integer _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim outLocation() As Integer
 
instance.GetLocationOnScreen(outLocation)

Parameters

outLocation
See Also