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


In This Topic
    GetPointInfo Method (NCustomPath)
    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 NCustomPath
    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 determine the type of the point (base or control)
    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