Nevron .NET Vision
Nevron.Chart Namespace / NAnchor Class / GetLocation Method


In This Topic
    GetLocation Method (NAnchor)
    In This Topic
    Must override to provide the anchor location
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetLocation( _
       ByVal context As NChartRenderingContext _
    ) As NPointF
    'Usage
     
    
    Dim instance As NAnchor
    Dim context As NChartRenderingContext
    Dim value As NPointF
     
    value = instance.GetLocation(context)
    public abstract NPointF GetLocation( 
       NChartRenderingContext context
    )

    Parameters

    context
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also