public BezierPrimitive(
float firstControlX,
float firstControlY,
float secondControlX,
float secondControlY,
float endX,
float endY
)
public BezierPrimitive(
float firstControlX,
float firstControlY,
float secondControlX,
float secondControlY,
float endX,
float endY
)
Public Sub New (
firstControlX As Single,
firstControlY As Single,
secondControlX As Single,
secondControlY As Single,
endX As Single,
endY As Single
)
Public Sub New (
firstControlX As Single,
firstControlY As Single,
secondControlX As Single,
secondControlY As Single,
endX As Single,
endY As Single
)
public:
BezierPrimitive(
float firstControlX,
float firstControlY,
float secondControlX,
float secondControlY,
float endX,
float endY
)
public:
BezierPrimitive(
float firstControlX,
float firstControlY,
float secondControlX,
float secondControlY,
float endX,
float endY
)
new :
firstControlX : float32 *
firstControlY : float32 *
secondControlX : float32 *
secondControlY : float32 *
endX : float32 *
endY : float32 -> BezierPrimitive
new :
firstControlX : float32 *
firstControlY : float32 *
secondControlX : float32 *
secondControlY : float32 *
endX : float32 *
endY : float32 -> BezierPrimitive