Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTriangleF Structure / NTriangleF Constructor


In This Topic
    NTriangleF Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal a As NPointF, _
       ByVal b As NPointF, _
       ByVal c As NPointF _
    )
    'Usage
     
    
    Dim a As NPointF
    Dim b As NPointF
    Dim c As NPointF
     
    Dim instance As New NTriangleF(a, b, c)
    public NTriangleF( 
       NPointF a,
       NPointF b,
       NPointF c
    )

    Parameters

    a
    b
    c
    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