Platforms to show: All Mac Windows Linux Cross-Platform

DynapdfGraphicsPathMBS class

Super class: GraphicsPath

Type Topic Plugin Version macOS Windows Linux iOS Targets
class DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for a path.

We subclass the GraphicsPath class in Xojo 2019r2 and newer to be able to record what methods you call.
Subclass of the GraphicsPath class.

  • property Count as Integer
  • 8 methods
    • method AddArc(x As Double, y As Double, radius As Double, startRadian As Double, endRadian As Double, clockwise As Boolean)
    • method AddCurveToPoint(cp1X As Double, cp1Y As Double, cp2X As Double, cp2Y As Double, x As Double, y As Double)
    • method AddLineToPoint(x As Double, y As Double)
    • method AddQuadraticCurveToPoint(cpX As Double, cpY As Double, x As Double, y As Double)
    • method AddRectangle(x As Double, y As Double, width As Double, height As Double)
    • method AddRoundRectangle(x As Double, y As Double, width As Double, height As Double, cornerWidth As Double, cornerHeight As Double)
    • method MoveToPoint(x As Double, y As Double)
    • method PathItems as DynapdfGraphicsPathItemMBS()

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes


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


DynapdfGraphicsPathItemMBS   -   DynaPDFHideActionMBS


The biggest plugin in space...