Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NBrainstormingShapeFactory Class / InitLine Method


In This Topic
    InitLine Method (NBrainstormingShapeFactory)
    In This Topic
    Inits the line shape.
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub InitLine( _
       ByVal group As NGroup, _
       ByVal startX As System.Double, _
       ByVal startY As System.Double, _
       ByVal endX As System.Double, _
       ByVal endY As System.Double, _
       ByVal matrix As NMatrix _
    ) 
    'Usage
     
    
    Dim instance As NBrainstormingShapeFactory
    Dim group As NGroup
    Dim startX As System.Double
    Dim startY As System.Double
    Dim endX As System.Double
    Dim endY As System.Double
    Dim matrix As NMatrix
     
    instance.InitLine(group, startX, startY, endX, endY, matrix)
    protected internal virtual void InitLine( 
       NGroup group,
       System.double startX,
       System.double startY,
       System.double endX,
       System.double endY,
       NMatrix matrix
    )

    Parameters

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