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 |
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:
- /DynaPDF/DynaPDF Graphics/DynaPDF Graphics Desktop
- /DynaPDF/DynaPDF Graphics/DynaPDF Graphics iOS
- /DynaPDF/DynaPDF Graphics/DynaPDF GraphicsPath
Blog Entries
- Improvements for MBS Xojo DynaPDF Plugin
- New in the MBS Xojo Plugins Version 20.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.2
- MBS Xojo Plugins, version 20.2pr1
Release notes
- Version 20.2
- Added DynapdfGraphicsPathMBS and DynapdfGraphicsPathItemMBS classes.
- Added implementation for DrawPath in Graphics class. Raises exception if path is not of class DynapdfGraphicsPathMBS.
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynapdfGraphicsPathItemMBS - DynaPDFHideActionMBS