The plugin part GraphicsMagick
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS GraphicsMagick Plugin:GraphicsMagick:
All Console safe,
753 entry points.
- class GMBlobMBS
- class GMCoderInfoMBS
- class GMColorGrayMBS
- class GMColorHSLMBS
- class GMColorMBS
- method Constructor
- method Constructor(red as integer, green as integer, blue as integer)
- method Constructor(red as integer, green as integer, blue as integer, alpha as integer)
- method Constructor(other as GMColorMBS)
- method Constructor(ColorName as string)
- method Constructor(ColorValue as color)
- method Constructor(ColorValue as color, alpha as integer)
- property Handle as Integer
- property colorValue as Color
- property redQuantum as Integer
- property greenQuantum as Integer
- property blueQuantum as Integer
- property alphaQuantum as Integer
- property isValid as Boolean
- property alpha as Double
- property intensity as Double
- shared method Color(red as integer, green as integer, blue as integer, alpha as Integer) as GMColorMBS
- shared method Color(red as integer, green as integer, blue as integer) as GMColorMBS
- shared method Color(ColorValue as Color, alpha as Integer) as GMColorMBS
- shared method Color(ColorValue as Color) as GMColorMBS
- shared method White as GMColorMBS
- shared method Black as GMColorMBS
- shared method QuantumByteSize as integer
- shared method scaleDoubleToQuantum(value as double) as integer
- shared method scaleQuantumToDouble(value as integer) as double
- class GMColorMonoMBS
- class GMColorRGBMBS
- class GMColorYUVMBS
- class GMConvertMBS
- class GMCoordinateMBS
- class GMErrorExceptionMBS
- class GMGeometryMBS
- method Constructor
- method Constructor(other as GMGeometryMBS)
- method Constructor(Width as UInt32, Height as UInt32, XOffset as UInt32=0, YOffset as UInt32=0, xNegative as boolean=false, yNegative as boolean=false)
- method Constructor(geometry as string)
- property width as UInt32
- property height as UInt32
- property xOff as UInt32
- property yOff as UInt32
- property xNegative as Boolean
- property yNegative as Boolean
- property percent as Boolean
- property aspect as Boolean
- property greater as Boolean
- property less as Boolean
- property isValid as Boolean
- property StringValue as String
- property limitPixels as Boolean
- property fillArea as Boolean
- 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
- shared method Make(geometry as string) as GMGeometryMBS
- class GMGraphicsMBS
- method PathArcAbs(radiusX as double, radiusY as double, xAxisRotation as double, largeArcFlag as boolean, sweepFlag as Boolean, x as double, y as double)
- method PathArcAbs(c as GMPathArgsMBS)
- method PathArcAbs(c() as GMPathArgsMBS)
- method PathArcRel(radiusX as double, radiusY as double, xAxisRotation as double, largeArcFlag as boolean, sweepFlag as Boolean, x as double, y as double)
- method PathArcRel(c as GMPathArgsMBS)
- method PathArcRel(c() as GMPathArgsMBS)
- method PathCurvetoAbs(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method PathCurvetoAbs(c as GMPathArgsMBS)
- method PathCurvetoAbs(c() as GMPathArgsMBS)
- method PathCurvetoRel(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method PathCurvetoRel(c as GMPathArgsMBS)
- method PathCurvetoRel(c() as GMPathArgsMBS)
- method PathQuadraticCurvetoAbs(x1 as double, y1 as double, x as double, y as double)
- method PathQuadraticCurvetoAbs(c as GMPathArgsMBS)
- method PathQuadraticCurvetoAbs(c() as GMPathArgsMBS)
- method PathQuadraticCurvetoRel(x1 as double, y1 as double, x as double, y as double)
- method PathQuadraticCurvetoRel(c as GMPathArgsMBS)
- method PathQuadraticCurvetoRel(c() as GMPathArgsMBS)
- method PathSmoothCurvetoRel(c() as GMCoordinateMBS)
- method PathSmoothCurvetoRel(c as GMCoordinateMBS)
- method PathSmoothCurvetoRel(x as double, y as double)
- method PathSmoothCurvetoAbs(c() as GMCoordinateMBS)
- method PathSmoothCurvetoAbs(c as GMCoordinateMBS)
- method PathSmoothCurvetoAbs(x as double, y as double)
- method PathSmoothQuadraticCurvetoAbs(c() as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoAbs(c as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoAbs(x as double, y as double)
- method PathSmoothQuadraticCurvetoRel(c() as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoRel(c as GMCoordinateMBS)
- method PathSmoothQuadraticCurvetoRel(x as double, y as double)
- method PathLinetoAbs(c() as GMCoordinateMBS)
- method PathLinetoAbs(c as GMCoordinateMBS)
- method PathLinetoAbs(x as double, y as double)
- method PathLinetoRel(c() as GMCoordinateMBS)
- method PathLinetoRel(c as GMCoordinateMBS)
- method PathLinetoRel(x as double, y as double)
- method PathLinetoHorizontalRel(v as double)
- method PathLinetoVerticalRel(v as double)
- method PathLinetoVerticalAbs(v as double)
- method PathLinetoHorizontalAbs(v as double)
- method PathMovetoRel(x as double, y as double)
- method PathMovetoAbs(x as double, y as double)
- method PathMovetoRel(c as GMCoordinateMBS)
- method PathMovetoAbs(c as GMCoordinateMBS)
- method PathClosePath
- method DrawPath
- method CompositeImage(x as double, y as double, w as double, h as double, path as string, CompositeOperator as integer)
- method CompositeImage(x as double, y as double, w as double, h as double, path as string)
- method CompositeImage(x as double, y as double, path as string)
- method CompositeImage(x as double, y as double, w as double, h as double, file as folderitem, CompositeOperator as integer)
- method CompositeImage(x as double, y as double, w as double, h as double, file as folderitem)
- method CompositeImage(x as double, y as double, file as folderitem)
- method CompositeImage(x as double, y as double, w as double, h as double, image as GMImageMBS, CompositeOperator as integer)
- method CompositeImage(x as double, y as double, w as double, h as double, image as GMImageMBS)
- method CompositeImage(x as double, y as double, image as GMImageMBS)
- method Polygon(values() as GMCoordinateMBS)
- method Bezier(values() as GMCoordinateMBS)
- method Polyline(values() as GMCoordinateMBS)
- method DashArray(values() as double)
- method Text(x as double, y as double, text as string, encoding as string)
- method Text(x as double, y as double, text as string)
- method Viewbox(x1 as integer, y1 as integer, x2 as integer, y2 as integer)
- method Translation(x as double, y as double)
- method TextUnderColor(c as GMColorMBS)
- method TextDecoration(DecorationType as integer)
- method TextAntialias(flag as boolean)
- method StrokeWidth(opacity as double)
- method StrokeColor(c as GMColorMBS)
- method StrokeOpacity(opacity as double)
- method StrokeAntialias(flag as boolean)
- method MiterLimit(miterlimit as integer)
- method StrokeLineJoin(LineJoin as integer)
- method StrokeLineCap(LineCap as integer)
- method DashOffset(offset as double)
- method SkewX(angle as double)
- method SkewY(angle as double)
- method Scaling(x as double, y as double)
- method Rotation(angle as double)
- method PointSize(pointSize as double)
- method Point(x as double, y as double)
- method Matte(x as double, y as double, paintMethod as integer)
- method Gravity(GravityType as integer)
- method Font(fontname as string)
- method Font(fontname as string, StyleType as integer, weight as integer, StretchType as integer)
- method FillOpacity(opacity as double)
- method FillRule(fillRule as integer)
- method FillColor(c as GMColorMBS)
- method ColorPixel(x as double, y as double, paintMethod as integer)
- method RoundRectangle(centerX as double, centerY as double, width as double, height as double, cornerWidth as double, cornerHeight as double)
- method Rectangle(upperLeftX as double, upperLeftY as double, lowerRightX as double, lowerRightY as double)
- method PopPattern
- method PushPattern(id as string, x as integer, y as integer, width as integer, height as integer)
- method PushGraphicContext
- method PopGraphicContext
- method Line(startX as double, startY as double, endX as double, endY as double)
- method PushClipPath(id as string)
- method ClipPath(id as string)
- method PopClipPath
- method Circle(originX as double, originY as double, perimX as double, perimY as double)
- method Arc(startX as double, startY as double, endX as double, endY as double, startDegrees as double, endDegrees as double)
- method Ellipse(originX as double, originY as double, perimX as double, perimY as double, arcStart as double, arcEnd as double)
- method Constructor(image as GMImageMBS)
- method Draw
- property Image as GMImageMBS
- class GMImageArrayMBS
- class GMImageChannelStatisticsMBS
- class GMImageMBS
- method Describe(verbose as Integer = 1) as String
- method ZPL(Header as boolean = true) as String
- method Hash(Size as Integer = 8) as String
- method resize(geo as GMGeometryMBS)
- method resize(geo as GMGeometryMBS, filterType as Integer)
- method resize(geo as GMGeometryMBS, filterType as Integer, blur as double)
- method formatExpression(expression as string) as string
- method extent(geo as GMGeometryMBS)
- method extent(geo as GMGeometryMBS, gravity as Integer)
- method extent(geo as GMGeometryMBS, backgroundColor as GMColorMBS)
- method extent(geo as GMGeometryMBS, backgroundColor as GMColorMBS, gravity as Integer)
- method autoOrient
- method repage
- method GetEXIFOrientation(byref orientation as integer) as boolean
- method SetEXIFOrientation(orientation as integer) as boolean
- method colorHistogram as dictionary
- method quantumOperator(channel as Integer, Operator as Integer, rvalue as Double)
- method quantumOperator(x as integer, y as integer, columns as integer, rows as integer, channel as Integer, Operator as Integer, rvalue as Double)
- method fontTypeMetrics(name as string) as GMTypeMetricMBS
- method write(x as integer, y as integer, columns as integer, rows as integer, map as string, type as integer, Pixels as Ptr)
- method statistics as GMImageStatisticsMBS
- method getPixels(x as integer, y as integer, columns as integer, rows as integer) as Ptr
- method getConstPixels(x as integer, y as integer, columns as integer, rows as integer) as Ptr
- method setPixels(x as integer, y as integer, columns as integer, rows as integer) as Ptr
- method haldClut(image as GMImageMBS)
- method CreateHBITMAP as Ptr
- method strokeDashArray as double()
- method setStrokeDashArray(values() as double)
- method transformOrigin(tx as double, ty as double)
- method transformReset
- method transformRotation(angle as double)
- method transformScale(tx as double, ty as double)
- method transformSkewX(x as double)
- method transformSkewY(y as double)
- method affineTransform(sx as double, sy as double, rx as double, ry as double, tx as double, ty as double)
- method raiseImage(geometry as GMGeometryMBS, raisedFlag as boolean=false)
- method raiseImage
- method Graphics as GMGraphicsMBS
- method shade(azimuth as double=30.0, elevation as double=30.0, colorShading as boolean=false)
- method sharpenChannel(channel as integer, radius as double=0.0, sigma as double=1.0)
- method sharpen(radius as double=0.0, sigma as double=1.0)
- method getchromaGreenPrimary(byref x as double, byref y as double)
- method setchromaGreenPrimary(x as double, y as double)
- method getchromaRedPrimary(byref x as double, byref y as double)
- method setchromaRedPrimary(x as double, y as double)
- method getchromaWhitePoint(byref x as double, byref y as double)
- method setchromaWhitePoint(x as double, y as double)
- method getChromaBluePrimary(byref x as double, byref y as double)
- method setChromaBluePrimary(x as double, y as double)
- method colorMap as GMColorMBS()
- method syncPixels
- method montageGeometry as GMGeometryMBS
- method transform(imageGeometry as GMGeometryMBS, cropGeometry as GMGeometryMBS)
- method transform(imageGeometry as GMGeometryMBS)
- method attributeValues as dictionary
- method transparent(color as GMColorMBS)
- method zoom(geometry as GMGeometryMBS)
- method shave(geometry as GMGeometryMBS)
- method scale(geometry as GMGeometryMBS)
- method thumbnail(geometry as GMGeometryMBS)
- method sample(geometry as GMGeometryMBS)
- method roll(columns as UInt32, rows as UInt32)
- method roll(roll as GMGeometryMBS)
- method randomThresholdChannel(thresholds as GMGeometryMBS, channel as integer)
- method randomThreshold(thresholds as GMGeometryMBS)
- method opaque(opaqueColor as GMColorMBS, penColor as GMColorMBS)
- method matteFloodfill(target as GMColorMBS, opacity as UInt32, x as integer, y as integer, PaintMethod as Integer)
- method floodFillOpacity(x as UInt32, y as UInt32, opacity as UInt32, PaintMethod as Integer)
- method map(mapImage as GMImageMBS, dither as boolean=false)
- method frame(width as UInt32, height as UInt32, innerBevel as integer=6, outerBevel as integer=6)
- method frame(geometry as GMGeometryMBS)
- method frame
- method gaussianBlurChannel(channel as integer, width as double, sigma as double)
- method flop
- method floodFillTexture(point as GMGeometryMBS, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillTexture(x as UInt32, y as UInt32, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillTexture(point as GMGeometryMBS, fillColor as GMColorMBS)
- method floodFillTexture(x as UInt32, y as UInt32, fillColor as GMColorMBS)
- method floodFillColor(point as GMGeometryMBS, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillColor(x as UInt32, y as UInt32, fillColor as GMColorMBS, borderColor as GMColorMBS)
- method floodFillColor(point as GMGeometryMBS, fillColor as GMColorMBS)
- method floodFillColor(x as UInt32, y as UInt32, fillColor as GMColorMBS)
- method gaussianBlur(width as double, sigma as double)
- method gamma(gammaRed as double, gammaGreen as double, gammaBlue as double)
- method composite(compositeImage as GMImageMBS, gravity as integer, CompositeOperator as integer = 2)
- method compositeAt(compositeImage as GMImageMBS, offset as GMGeometryMBS, CompositeOperator as integer = 2)
- method compositeXY(compositeImage as GMImageMBS, xOffset as integer, yOffset as integer, CompositeOperator as integer = 2)
- method colorize(opacity as UInt32, penColor as GMColorMBS)
- method colorize(opacityRed as UInt32, opacityGreen as UInt32, opacityBlue as UInt32, penColor as GMColorMBS)
- method unsharpmaskChannel(channel as integer, radius as double, sigma as double, amount as double, threshold as double)
- method unsharpmask(radius as double, sigma as double, amount as double, threshold as double)
- method signature(force as boolean=false) as string
- method texture(texture as GMImageMBS)
- method strip
- method stereo(rightImage as GMImageMBS)
- method stegano(watermark as GMImageMBS)
- method shear(xShearAngle as double, yShearAngle as double)
- method wave(amplitude as double=25.0, wavelength as double=150.0)
- method spread(amount as UInt32=3)
- method segment(clusterThreshold as double=1.0, smoothingThreshold as double=1.5)
- method reduceNoise
- method reduceNoise(order as double)
- method compare(image as GMImageMBS) as boolean
- method contrast(sharpen as UInt32)
- method cycleColormap(amount as integer)
- method quantize(measureError as boolean=false)
- method modulate(brightness as double, saturation as double, hue as double)
- method motionBlur(radius as double, sigma as double, angle as double)
- method opacity(opacity as UInt32)
- method negate(grayscale as boolean=false)
- method trim
- method threshold(degree as double)
- method swirl(degree as double)
- method solarize(factor as double=50.0)
- method rotate(degree as double)
- method oilPaint(radius as double=3.0)
- method normalize
- method medianFilter(radius as double=0.0)
- method minify
- method levelChannel(channel as integer, black_point as double, white_point as double, mid_point as double=1.0)
- method magnify
- method level(black_point as double, white_point as double, mid_point as double=1.0)
- method label(text as string)
- method implode(factor as double=0.0)
- method emboss(radius as double=0.0, sigma as double=1.0)
- method edge(radius as double=0.0)
- method crop(geometry as GMGeometryMBS)
- method chop(geometry as GMGeometryMBS)
- method charcoal(radius as double=0.0, sigma as double=1.0)
- method channel(channel as integer)
- method border
- method border(geometry as GMGeometryMBS)
- method Constructor(pic as picture)
- method Constructor
- method Constructor(other as GMImageMBS)
- method Constructor(blob as GMBlobMBS)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS)
- method Constructor(Path as string)
- method Constructor(size as GMGeometryMBS, ColorValue as GMColorMBS)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS, depth as UInt32)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS, depth as UInt32, Magick as string)
- method Constructor(blob as GMBlobMBS, geometry as GMGeometryMBS, Magick as string)
- method Constructor(file as folderitem)
- method Constructor(width as UInt32, height as UInt32, map as string, StorageType as integer, data as ptr)
- method despeckle
- method unregisterId
- method ping(Path as string)
- method ping(data as GMBlobMBS)
- method ping(file as folderitem)
- method read(path as string)
- method read(file as folderitem)
- method read(size as GMGeometryMBS, Path as string)
- method read(blob as GMBlobMBS)
- method read(blob as GMBlobMBS, size as GMGeometryMBS)
- method read(blob as GMBlobMBS, size as GMGeometryMBS, depth as integer)
- method read(blob as GMBlobMBS, size as GMGeometryMBS, depth as integer, magick as string)
- method read(blob as GMBlobMBS, size as GMGeometryMBS, magick as string)
- method read(size as GMGeometryMBS, file as folderitem)
- method read(width as UInt32, height as UInt32, map as string, StorageType as integer, data as ptr)
- method write(Path as string)
- method write(blob as GMBlobMBS)
- method write(blob as GMBlobMBS, magick as string)
- method write(blob as GMBlobMBS, magick as string, depth as UInt32)
- method write(file as folderitem)
- method modifyImage
- method display
- method enhance
- method modequalizeifyImage
- method erase
- method flip
- method adaptiveThreshold(width as UInt32, height as UInt32, offset as double = 0)
- method addNoise(noise as integer)
- method addNoiseChannel(channel as integer, noise as integer)
- method annotate(text as string, location as GMGeometryMBS)
- method annotate(text as string, boundingArea as GMGeometryMBS, gravity as integer)
- method annotate(text as string, boundingArea as GMGeometryMBS, gravity as integer, degrees as double)
- method annotate(text as string, gravity as integer)
- method blur(radius as double=0.0, sigma as double=1.0)
- method blurChannel(channel as integer, radius as double=0.0, sigma as double=1.0)
- method SetPicture(pic as picture, x as integer, y as integer)
- method SetPictureMask(maskpic as picture, x as integer, y as integer)
- method CopyPicture(x as integer, y as integer, width as integer, height as integer) as picture
- method CopyPictureMask(x as integer, y as integer, width as integer, height as integer) as picture
- method CopyPicture as picture
- method CopyPictureMask as picture
- method CombinePictureWithMask as picture
- method CopyPixelsMemory(x as integer, y as integer, width as integer, height as integer) as Memoryblock
- method CopyPixelsMemory as Memoryblock
- method cdl(cdl as string)
- method colorMatrix(order as integer, ColorMatrix() as double)
- method convolve(order as integer, ColorMatrix() as double)
- property colorMap(index as UInt32) as GMColorMBS
- property pixelColor(x as UInt32, y as UInt32) as GMColorMBS
- property defineValue(magick as string, key as string) as string
- property defineSet(magick as string, key as string) as boolean
- property profile(name as string) as GMBlobMBS
- property attributeValue(name as string) as string
- property channelDepth(channel as integer) as UInt32
- property FontStyle as Integer
- property FontStretch as Integer
- property FontWeight as Integer
- property FontFamily as String
- property handle as Integer
- property height as Integer
- property width as Integer
- property Comment as String
- property baseColumns as UInt32
- property baseRows as UInt32
- property baseFilename as String
- property XResolution as Double
- property YResolution as Double
- property Quiet as Boolean
- property getConstIndexes as Ptr
- property getIndexes as Ptr
- property strokeColor as GMColorMBS
- property matteColor as GMColorMBS
- property fillColor as GMColorMBS
- property boxColor as GMColorMBS
- property borderColor as GMColorMBS
- property backgroundColor as GMColorMBS
- property antiAlias as Boolean
- property adjoin as Boolean
- property debug as Boolean
- property monochrome as Boolean
- property quantizeDither as Boolean
- property strokeAntiAlias as Boolean
- property verbose as Boolean
- property quality as UInt32
- property quantizeColors as UInt32
- property quantizeTreeDepth as UInt32
- property depth as UInt32
- property strokeMiterLimit as UInt32
- property subImage as UInt32
- property subRange as UInt32
- property colorFuzz as Double
- property fontPointsize as Double
- property strokeDashOffset as Double
- property strokeWidth as Double
- property density as GMGeometryMBS
- property page as GMGeometryMBS
- property size as GMGeometryMBS
- property backgroundTexture as String
- property font as String
- property textEncoding as String
- property tileName as String
- property view as String
- property x11Display as String
- property fileName as String
- property format as String
- property magick as String
- property ExifThumbnail as String
- property compressType as Integer
- property endian as Integer
- property interlaceType as Integer
- property quantizeColorSpace as Integer
- property resolutionUnits as Integer
- property strokeLineCap as Integer
- property strokeLineJoin as Integer
- property type as Integer
- property compose as Integer
- property fileSize as Int64
- property classType as Integer
- property directory as String
- property label as String
- property clipMask as GMImageMBS
- property fillPattern as GMImageMBS
- property strokePattern as GMImageMBS
- property gamma as Double
- property normalizedMeanError as Double
- property normalizedMaxError as Double
- property meanErrorPerPixel as Double
- property isValid as Boolean
- property iptcProfile as GMBlobMBS
- property iccColorProfile as GMBlobMBS
- property gifDisposeMethod as UInt32
- property geometry as GMGeometryMBS
- property columns as UInt32
- property rows as UInt32
- property totalColors as UInt32
- property boundingBox as GMGeometryMBS
- property animationDelay as UInt32
- property animationIterations as UInt32
- property colorSpace as Integer
- property colorMapSize as UInt32
- property orientation as Integer
- property modulusDepth as UInt32
- property scene as UInt32
- property filterType as Integer
- property lineWidth as Double
- property matte as Boolean
- property penColor as GMColorMBS
- property renderingIntent as Integer
- property fillRule as Integer
- shared method LoadIconvLibrary(path as String, byref Error as String) as boolean
- shared method borderGeometryDefault as String
- shared method frameGeometryDefault as String
- shared method raiseGeometryDefault as String
- shared method cacheThreshold(threshold as UInt32)
- shared method QuantumDepth as Integer
- shared method ReleaseDate as String
- shared method LibVersion as String
- shared method WebPVersion as String
- shared method PNGLibVersion as string
- shared method ZLibVersion as string
- shared method JasperLibVersion as string
- shared method TIFFLibVersion as string
- shared method FontMap as string
- shared method MagickVersion as string
- shared method IsLoggingEnabled as Boolean
- shared method SetLogEventMask(events as String)
- class GMImageStatisticsMBS
- class GMLockMBS
- class GMMontageFramedMBS
- class GMMontageMBS
- class GMMutexLockMBS
- class GMNotInitializedExceptionMBS
- class GMPathArgsMBS
- method Constructor(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method Constructor(x1 as double, y1 as double, x as double, y as double)
- method Constructor(radiusX as double, radiusY as double, xAxisRotation as double, largeArcFlag as boolean, sweepFlag as Boolean, x as double, y as double)
- method Constructor
- property x as double
- property y as double
- property x1 as double
- property y1 as double
- property x2 as double
- property y2 as double
- property radiusX as double
- property radiusY as double
- property xAxisRotation as double
- property largeArcFlag as Boolean
- property sweepFlag as Boolean
- class GMPixelsMBS
- class GMTypeMetricMBS
- class GMUnsupportedExceptionMBS
Blog Entries
Videos
Xojo Developer Magazine
- 21.5, page 10: News
- 19.6, pages 73 to 74: Fun with GraphicsMagick, Cool methods from the GMImageMBS class by Stefanie Juchmes
- 19.6, pages 68 to 69: Fun with GraphicsMagick, Cool methods from the GMImageMBS class by Stefanie Juchmes
- 19.3, page 10: News
- 18.6, page 10: News
- 18.3, page 10: News
- 17.5, page 39: What's New in the MBS Plugins, With the Plugins growing every year, here are new capabilities you may have missed by Stefanie Juchmes
- 17.3, page 11: News