Nevron .NET Vision
Nevron.Chart Namespace / NColoredTriangle Structure / NColoredTriangle Constructor


In This Topic
    NColoredTriangle Constructor
    In This Topic
    Initializer 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)
    public NColoredTriangle( 
       NVector3DD a,
       NVector3DD b,
       NVector3DD c,
       System.Drawing.Color colorA,
       System.Drawing.Color colorB,
       System.Drawing.Color 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