Nevron .NET Vision
Nevron.Diagram Namespace / NCircularArcPath Class / GetPointInfo Method
point index


In This Topic
    GetPointInfo Method (NCircularArcPath)
    In This Topic
    Obtains information about the point at the specified index
    Syntax
    'Declaration
     
    
    Public Overrides Function GetPointInfo( _
       ByVal index As System.Integer _
    ) As NPointInfo
    'Usage
     
    
    Dim instance As NCircularArcPath
    Dim index As System.Integer
    Dim value As NPointInfo
     
    value = instance.GetPointInfo(index)
    public override NPointInfo GetPointInfo( 
       System.int index
    )

    Parameters

    index
    point index

    Return Value

    information for the point at the specified index
    Remarks
    Overriden to provide tooltip as well as to change the type of point 1
    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