Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / GetLocationOnScreen Method


In This Topic
    GetLocationOnScreen Method (C1Icon)
    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 C1Icon
    Dim outLocation() As Integer
     
    instance.GetLocationOnScreen(outLocation)
    [Android.Runtime.Register("getLocationOnScreen", 
       "([I)V", 
       "GetGetLocationOnScreen_arrayIHandler")]
    public virtual void GetLocationOnScreen( 
       int[] outLocation
    )

    Parameters

    outLocation
    See Also