Click or drag to resize

svgPathInstruction_curveTo Constructor (Int32, Int32, Int32, Int32, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Quadratic bezier curve

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgPathInstruction_curveTo(
	int x,
	int y,
	int cx,
	int cy,
	bool relative,
	bool CubicBezierChain = false
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
cx
Type: SystemInt32
The cx.
cy
Type: SystemInt32
The cy.
relative
Type: SystemBoolean
if set to true [relative].
CubicBezierChain (Optional)
Type: SystemBoolean
See Also