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