Nevron.GraphicsCore Namespace / NCubicBezier Structure / NCubicBezier Constructor / NCubicBezier Constructor(Double,Double,Double,Double,Double,Double,Double,Double)


NCubicBezier Constructor(Double,Double,Double,Double,Double,Double,Double,Double)
Syntax
'Declaration
 
Public Function New( _
   ByVal startX As System.Double, _
   ByVal startY As System.Double, _
   ByVal firstControlX As System.Double, _
   ByVal firstControlY As System.Double, _
   ByVal secondControlX As System.Double, _
   ByVal secondControlY 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 firstControlX As System.Double
Dim firstControlY As System.Double
Dim secondControlX As System.Double
Dim secondControlY As System.Double
Dim endX As System.Double
Dim endY As System.Double
 
Dim instance As New NCubicBezier(startX, startY, firstControlX, firstControlY, secondControlX, secondControlY, endX, endY)

Parameters

startX
startY
firstControlX
firstControlY
secondControlX
secondControlY
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