Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NLineSymbolShape Class / NLineSymbolShape Constructor / NLineSymbolShape Constructor(Double,Double,Double,Double)


In This Topic
    NLineSymbolShape Constructor(Double,Double,Double,Double)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startX As System.Double, _
       ByVal startY As System.Double, _
       ByVal endX As System.Double, _
       ByVal endY As System.Double _
    )
    'Usage
     
    
    Dim startX As System.Double
    Dim startY As System.Double
    Dim endX As System.Double
    Dim endY As System.Double
     
    Dim instance As New NLineSymbolShape(startX, startY, endX, endY)
    public NLineSymbolShape( 
       System.double startX,
       System.double startY,
       System.double endX,
       System.double endY
    )

    Parameters

    startX
    startY
    endX
    endY
    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