GetLocationOnScreen Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("getLocationOnScreen",
"([I)V",
"GetGetLocationOnScreen_arrayIHandler")>
Public Overridable Sub GetLocationOnScreen( _
ByVal () As Integer _
)
'Usage
Dim instance As C1PolygonIcon
Dim outLocation() As Integer
instance.GetLocationOnScreen(outLocation)
[Android.Runtime.Register("getLocationOnScreen",
"([I)V",
"GetGetLocationOnScreen_arrayIHandler")]
public virtual void GetLocationOnScreen(
int[]
)
Parameters
- outLocation
See Also