ComponentOne Xamarin.Android
GetLocationInWindow Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : GetLocationInWindow Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getLocationInWindow", 
   "([I)V", 
   "GetGetLocationInWindow_arrayIHandler")>
Public Overridable Sub GetLocationInWindow( _
   ByVal outLocation() As Integer _
) 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim outLocation() As Integer
 
instance.GetLocationInWindow(outLocation)
[Android.Runtime.Register("getLocationInWindow", 
   "([I)V", 
   "GetGetLocationInWindow_arrayIHandler")]
public virtual void GetLocationInWindow( 
   int[] outLocation
)

Parameters

outLocation
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members