Nevron.Diagram Namespace / NArrowheadsPaintInfo Structure / NArrowheadsPaintInfo Constructor


In This Topic
    NArrowheadsPaintInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startLocation As NPointF, _
       ByVal startOrientation As System.Single, _
       ByVal endLocation As NPointF, _
       ByVal endOrientation As System.Single _
    )
    'Usage
     
    
    Dim startLocation As NPointF
    Dim startOrientation As System.Single
    Dim endLocation As NPointF
    Dim endOrientation As System.Single
     
    Dim instance As New NArrowheadsPaintInfo(startLocation, startOrientation, endLocation, endOrientation)
    public NArrowheadsPaintInfo( 
       NPointF startLocation,
       System.float startOrientation,
       NPointF endLocation,
       System.float endOrientation
    )

    Parameters

    startLocation
    startOrientation
    endLocation
    endOrientation
    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