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 GMGeometryMBS
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 GMGeometryMBS
This class has no sub classes.
Some methods using this class:
GMImageMBS.annotate(text as string, boundingArea as GMGeometryMBS, gravity as Integer)