Platforms to show: All Mac Windows Linux Cross-Platform

Back to GM16PathArgsMBS class.

GM16PathArgsMBS.Constructor(x1 as Double, y1 as Double, x as Double, y as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor to create the arguments object for the QuadraticCurveto methods in GM16GraphicsMBS.
Example
dim g as new GM16PathArgsMBS(1,2,3,4)

MsgBox str(g.x1)+EndOfLine+str(g.y1)+EndOfLine+str(g.x)+EndOfLine+str(g.y)

See also:

GM16PathArgsMBS.Constructor(x1 as Double, y1 as Double, x2 as Double, y2 as Double, x as Double, y as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor to create the arguments object for the Curveto methods in GM16GraphicsMBS.
Example
dim g as new GM16PathArgsMBS(1,2,3,4,5,6)

MsgBox str(g.x1)+EndOfLine+str(g.y1)+EndOfLine+str(g.x2)+EndOfLine+str(g.y2)+EndOfLine+str(g.x)+EndOfLine+str(g.y)

See also:

The items on this page are in the following plugins: MBS GraphicsMagick Plugin.


The biggest plugin in space...