Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawPath Class / Points Property


In This Topic
    Points Property (NDrawPath)
    In This Topic
    Gets or sets the points of the graphics path.
    Syntax
    'Declaration
     
    
    Public Property Points As NDomArray(Of NGraphicsPathPoint)
    'Usage
     
    
    Dim instance As NDrawPath
    Dim value As NDomArray(Of NGraphicsPathPoint)
     
    instance.Points = value
     
    value = instance.Points
    public NDomArray<NGraphicsPathPoint> Points {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also