Nevron.Chart Namespace / NArrowShape2D Class / NArrowShape2D Constructor


NArrowShape2D Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal shape As ArrowheadShape, _
   ByVal minArrowHeadSize As NSizeF, _
   ByVal maxArrowHeadSize As NSizeF, _
   ByVal arrowHeadHeightFactor As System.Single, _
   ByVal arrowHeadWidthFactor As System.Single, _
   ByVal fillStyle As NFillStyle, _
   ByVal strokeStyle As NStrokeStyle _
)
 
'Usage
 
Dim shape As ArrowheadShape
Dim minArrowHeadSize As NSizeF
Dim maxArrowHeadSize As NSizeF
Dim arrowHeadHeightFactor As System.Single
Dim arrowHeadWidthFactor As System.Single
Dim fillStyle As NFillStyle
Dim strokeStyle As NStrokeStyle
 
Dim instance As New NArrowShape2D(shape, minArrowHeadSize, maxArrowHeadSize, arrowHeadHeightFactor, arrowHeadWidthFactor, fillStyle, strokeStyle)

Parameters

shape
minArrowHeadSize
maxArrowHeadSize
arrowHeadHeightFactor
arrowHeadWidthFactor
fillStyle
strokeStyle
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