Platforms to show: All Mac Windows Linux Cross-Platform

GMPathArgsMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GraphicsMagick MBS GraphicsMagick Plugin 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
This is a class for arguments to the path arc/curve methods in GMGraphicsMBS.
Example
dim g as new GMPathArgsMBS(1,2,3,4) // for a QuadraticCurveto

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

Due we use this class for three different ways, we have three constructors to fill in the value you need for the calls.

  • 11 properties
  • 4 methods
    • method Constructor
    • method Constructor(radiusX as Double, radiusY as Double, xAxisRotation as Double, largeArcFlag as boolean, sweepFlag as Boolean, x as Double, y as Double)
    • method Constructor(x1 as Double, y1 as Double, x as Double, y as Double)
    • method Constructor(x1 as Double, y1 as Double, x2 as Double, y2 as Double, x as Double, y as Double)

This class has no sub classes.

Some methods using this class:


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


GMNotInitializedExceptionMBS   -   GMPixelsMBS


The biggest plugin in space...