Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFPointMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | DynaPDF | MBS DynaPDF Plugin | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
- 3 properties
- 7 methods
- method Constructor(other as DynaPDFPointMBS) New in 26.1
- method Constructor(x as Double = 0.0, y as Double = 0.0)
- method Operator_Add(other as DynaPDFPointMBS) as DynaPDFPointMBS New in 26.1
- method Operator_Compare(other as DynaPDFPointMBS) as Integer New in 26.1
- method Operator_Multiply(other as DynaPDFPointMBS) as DynaPDFPointMBS New in 26.1
- method Operator_Multiply(value as double) as DynaPDFPointMBS New in 26.1
- method Operator_Subtract(other as DynaPDFPointMBS) as DynaPDFPointMBS New in 26.1
This class has no sub classes.
Blog Entries
- News from the MBS Xojo Plugins Version 26.1
- MBS Xojo Plugins, version 26.1pr6
- Using DynaPDF parser to find characters
Release notes
- Version 26.1
- Added more methods to DynaPDFRectMBS and DynaPDFPointMBS classes.
Some methods using this class:
- DynaPDFGlyphOutlineMBS.Outlines as DynaPDFPointMBS()
- DynaPDFMBS.AddInkList(InkAnnot as UInt32, points() as DynaPDFPointMBS) as boolean
- DynaPDFMBS.InkAnnot(points() as DynaPDFPointMBS, LineWidth as Double, ColorValue as UInt32, ColorSpace as Integer, Author as string, Subject as string, Content as string) as Integer
- DynaPDFMBS.PolygonAnnot(Vertices() as DynaPDFPointMBS, LineWidth as Double, FillColor as UInt32, StrokeColor as UInt32, ColorSpace as Integer, Author as string, Subject as string, Content as string) as Integer
- DynaPDFMBS.PolyLineAnnot(Vertices() as DynaPDFPointMBS, LineWidth as Double, StartLineEndStyle as Integer, EndLineEndStyle as Integer, FillColor as UInt32, StrokeColor as UInt32, ColorSpace as Integer, Author as string, Subject as string, Content as string) as Integer
- DynaPDFMBS.SetAnnotQuadPoints(Handle as UInt32, points() as DynaPDFPointMBS) as boolean
- DynaPDFMBS.SetLineAnnotPoints(Handle as UInt32, P1 as DynaPDFPointMBS, P2 as DynaPDFPointMBS) as Boolean
- DynaPDFParserContentClipPathMBS.Vertices as DynaPDFPointMBS()
- DynaPDFParserContentDrawPathMBS.Vertices as DynaPDFPointMBS()
- DynaPDFParserMBS.SelBBox2 as DynaPDFPointMBS()
Some properties using for this class:
- DynaPDFFontInfoMBS.VertDefPos as DynaPDFPointMBS
Some examples using this class:
- /DynaPDF/Create PDF with Annotations
- /DynaPDF/Font Infos
- /DynaPDF/GlyphOutline
- /DynaPDF/Text Positions with parser
Some related classes:
- class DynaPDFFontInfoMBS
- class DynaPDFGlyphOutlineMBS
- class DynaPDFMBS
- class DynaPDFParserContentClipPathMBS
- class DynaPDFParserContentDrawPathMBS
- class DynaPDFParserMBS
- class DynaPDFRectMBS
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFPointDataMBS - DynaPDFPrintParamsMBS