Nevron.Diagram Namespace / NArrowheadsPaintInfo Structure / NArrowheadsPaintInfo Constructor


NArrowheadsPaintInfo 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)

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