Platforms to show: All Mac Windows Linux Cross-Platform

DynaPDFRectMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A rectangle for DynaPDF.
  • 8 properties
  • 13 methods
    • method Constructor(left as Double = 0.0, top as Double = 0.0, right as Double = 0.0, bottom as Double = 0.0)
    • method Constructor(other as DynaPDFRectMBS)
    • method Intersect(other as DynaPDFRectMBS)
    • method Intersect(X1 as Int32, Y1 as Int32, X2 as Int32, Y2 as Int32)
    • method IsInside(other as DynaPDFRectMBS) as Boolean
    • method IsInside(X1 as double, Y1 as double, X2 as double, Y2 as double) as Boolean
    • method MoveX(x as double)
    • method MoveY(y as double)
    • method Normalize
    • method Operator_Compare(other as DynaPDFRectMBS) as Integer
    • method Scale(v as double)
    • method Translate(x as double, y as double)
    • method Widen(other as DynaPDFRectMBS)

This class has no sub classes.

Blog Entries

Xojo Developer Magazine

Release notes

  • Version 26.3
    • Fixed Height in DynaPDFRectMBS class. The sign was incorrect. Broken in 26.1.
  • Version 26.2
    • Fixed Operator_Compare for DynaPDFRectMBS to compare against nil without raising an exception.
  • Version 26.1
  • Version 25.1

Some methods using this class:

Some properties using for this class:

Some events using this class:

Some examples using this class:

Some related classes:


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


DynaPDFRawImageMBS   -   DynaPDFRelFileNodeMBS


The biggest plugin in space...