Nevron .NET Vision
Nevron.GraphicsCore Namespace / NQuadraticBezier Structure / NQuadraticBezier Constructor / NQuadraticBezier Constructor(Double,Double,Double,Double,Double,Double)


In This Topic
    NQuadraticBezier Constructor(Double,Double,Double,Double,Double,Double)
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startX As System.Double, _
       ByVal startY As System.Double, _
       ByVal controlX As System.Double, _
       ByVal controlY As System.Double, _
       ByVal endX As System.Double, _
       ByVal endY As System.Double _
    )
    'Usage
     
    
    Dim startX As System.Double
    Dim startY As System.Double
    Dim controlX As System.Double
    Dim controlY As System.Double
    Dim endX As System.Double
    Dim endY As System.Double
     
    Dim instance As New NQuadraticBezier(startX, startY, controlX, controlY, endX, endY)
    public NQuadraticBezier( 
       System.double startX,
       System.double startY,
       System.double controlX,
       System.double controlY,
       System.double endX,
       System.double endY
    )

    Parameters

    startX
    startY
    controlX
    controlY
    endX
    endY
    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