Nevron .NET Vision
Nevron.Diagram Namespace / NLogicalLinePort Class / GetLocation Method


In This Topic
    GetLocation Method (NLogicalLinePort)
    In This Topic
    Gets the percent location along the anchor model length and apply the current offset to it.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetLocation() As NPointF
    'Usage
     
    
    Dim instance As NLogicalLinePort
    Dim value As NPointF
     
    value = instance.GetLocation()
    protected override NPointF GetLocation()
    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