Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / GetLocationInWindow Method


In This Topic
    GetLocationInWindow Method (C1LineMarker)
    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 C1LineMarker
    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