Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMPathArgsMBS class.

GMPathArgsMBS.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 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor to create the arguments object for the QuadraticCurveto methods in GMGraphicsMBS.
Example
dim g as new GMPathArgsMBS(1,2,3,4)

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

See also:

GMPathArgsMBS.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 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor to create the arguments object for the Curveto methods in GMGraphicsMBS.
Example
dim g as new GMPathArgsMBS(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...