Click or drag to resize

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

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Cubic 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 c1x,
	int c1y,
	int c2x,
	int c2y,
	bool relative
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
c1x
Type: SystemInt32
The C1X.
c1y
Type: SystemInt32
The c1y.
c2x
Type: SystemInt32
The C2X.
c2y
Type: SystemInt32
The c2y.
relative
Type: SystemBoolean
if set to true [relative].
See Also