Nevron.Chart Namespace / NColoredTriangle Structure / NColoredTriangle Constructor


NColoredTriangle Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal a As NVector3DD, _
   ByVal b As NVector3DD, _
   ByVal c As NVector3DD, _
   ByVal colorA As System.Drawing.Color, _
   ByVal colorB As System.Drawing.Color, _
   ByVal colorC As System.Drawing.Color _
)
 
'Usage
 
Dim a As NVector3DD
Dim b As NVector3DD
Dim c As NVector3DD
Dim colorA As System.Drawing.Color
Dim colorB As System.Drawing.Color
Dim colorC As System.Drawing.Color
 
Dim instance As New NColoredTriangle(a, b, c, colorA, colorB, colorC)

Parameters

a
b
c
colorA
colorB
colorC
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