Platforms to show: All Mac Windows Linux Cross-Platform

GM16GeometryMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GraphicsMagick MBS GraphicsMagick Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Geometry provides a convenient means to specify a geometry argument.
Example
dim g as new GM16GeometryMBS(300,400)
MsgBox str(G.width)+" "+str(G.height)

The object may be initialized from a string containing a geometry specification. It may also be initialized by more efficient parameterized constructors.

  • 14 properties
  • 4 methods
    • method Constructor
    • method Constructor(geometry as string)
    • method Constructor(other as GM16GeometryMBS)
    • method Constructor(Width as UInt32, Height as UInt32, XOffset as UInt32=0, YOffset as UInt32=0, xNegative as boolean=false, yNegative as boolean=false)
  • 2 shared methods
    • shared method Make(geometry as string) as GM16GeometryMBS
    • shared method Make(Width as UInt32, Height as UInt32, XOffset as UInt32=0, YOffset as UInt32=0, xNegative as boolean=false, yNegative as boolean=false) as GM16GeometryMBS

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some examples using this class:

Xojo Developer Magazine


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


GM16ErrorExceptionMBS   -   GM16GraphicsMBS


The biggest plugin in space...