Geometry provides a convenient means to specify a geometry argument.
The object may be initialized from a string containing a geometry specification. It may also be initialized by more efficient parameterized constructors.
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:
GM16ImageMBS.annotate(text as string, boundingArea as GM16GeometryMBS, gravity as Integer)
GM16ImageMBS.annotate(text as string, boundingArea as GM16GeometryMBS, gravity as Integer, degrees as Double)