Nevron.GraphicsCore Namespace / NBezierCurveToCommand Class / NBezierCurveToCommand Constructor / NBezierCurveToCommand Constructor(Single,Single,Single,Single,Single,Single)


NBezierCurveToCommand Constructor(Single,Single,Single,Single,Single,Single)
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal firstControlX As System.Single, _
   ByVal firstControlY As System.Single, _
   ByVal secondControlX As System.Single, _
   ByVal secondControlY As System.Single _
)
 
'Usage
 
Dim x As System.Single
Dim y As System.Single
Dim firstControlX As System.Single
Dim firstControlY As System.Single
Dim secondControlX As System.Single
Dim secondControlY As System.Single
 
Dim instance As New NBezierCurveToCommand(x, y, firstControlX, firstControlY, secondControlX, secondControlY)

Parameters

x
y
firstControlX
firstControlY
secondControlX
secondControlY
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