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
    • property Bottom as Double
    • property Height as Double   New in 26.1
    • property HeightAbs as Double   New in 26.1
    • property Left as Double
    • property Right as Double
    • property Top as Double
    • property Width as Double
    • property WidthAbs as Double   New in 26.1
  • 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)   New in 26.1
    • method Intersect(other as DynaPDFRectMBS)   New in 26.1
    • method Intersect(X1 as Int32, Y1 as Int32, X2 as Int32, Y2 as Int32)   New in 26.1
    • method IsInside(other as DynaPDFRectMBS) as Boolean   New in 26.1
    • method IsInside(X1 as double, Y1 as double, X2 as double, Y2 as double) as Boolean   New in 26.1
    • method MoveX(x as double)   New in 26.1
    • method MoveY(y as double)   New in 26.1
    • method Normalize   New in 26.1
    • method Operator_Compare(other as DynaPDFRectMBS) as Integer   New in 26.1
    • method Scale(v as double)   New in 26.1
    • method Translate(x as double, y as double)   New in 26.1
    • method Widen(other as DynaPDFRectMBS)   New in 26.1

This class has no sub classes.

Blog Entries

Xojo Developer Magazine

Release notes

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...