Nevron .NET Vision
Nevron.Diagram Namespace / NArrowheadsPaintInfo Structure / NArrowheadsPaintInfo Constructor
start arrowhead location
start arrowhead orientation
end arrowhead location
end arrowhead orientation


In This Topic
    NArrowheadsPaintInfo Constructor
    In This Topic
    Initializer constructor
    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
    start arrowhead location
    startOrientation
    start arrowhead orientation
    endLocation
    end arrowhead location
    endOrientation
    end arrowhead orientation
    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