C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDaysPanel Class / GetLocationInWindow Method


In This Topic
GetLocationInWindow Method (CalendarDaysPanel)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getLocationInWindow", 
   "([I)V", 
   "GetGetLocationInWindow_arrayIHandler")>
Public Overridable Sub GetLocationInWindow( _
   ByVal outLocation() As Integer _
) 
 
'Usage
 
Dim instance As CalendarDaysPanel
Dim outLocation() As Integer
 
instance.GetLocationInWindow(outLocation)

Parameters

outLocation
See Also