The plugin part GraphicsMagick16
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:GraphicsMagick16:
All Console safe,
753 entry points.
- class GM16BlobMBS
- class GM16CoderInfoMBS
- class GM16ColorGrayMBS
- class GM16ColorHSLMBS
- class GM16ColorMBS
- 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 GM16ColorMBS)
- 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 GM16ColorMBS
- shared method Color(red as integer, green as integer, blue as integer) as GM16ColorMBS
- shared method Color(ColorValue as Color, alpha as Integer) as GM16ColorMBS
- shared method Color(ColorValue as Color) as GM16ColorMBS
- shared method White as GM16ColorMBS
- shared method Black as GM16ColorMBS
- shared method QuantumByteSize as integer
- shared method scaleDoubleToQuantum(value as double) as integer
- shared method scaleQuantumToDouble(value as integer) as double
- class GM16ColorMonoMBS
- class GM16ColorRGBMBS
- class GM16ColorYUVMBS
- class GM16ConvertMBS
- class GM16CoordinateMBS
- class GM16ErrorExceptionMBS
- class GM16GeometryMBS
- method Constructor
- 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)
- 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 GM16GeometryMBS
- shared method Make(geometry as string) as GM16GeometryMBS
- class GM16GraphicsMBS
- 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 GM16PathArgsMBS)
- method PathArcAbs(c() as GM16PathArgsMBS)
- 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 GM16PathArgsMBS)
- method PathArcRel(c() as GM16PathArgsMBS)
- method PathCurvetoAbs(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method PathCurvetoAbs(c as GM16PathArgsMBS)
- method PathCurvetoAbs(c() as GM16PathArgsMBS)
- method PathCurvetoRel(x1 as double, y1 as double, x2 as double, y2 as double, x as double, y as double)
- method PathCurvetoRel(c as GM16PathArgsMBS)
- method PathCurvetoRel(c() as GM16PathArgsMBS)
- method PathQuadraticCurvetoAbs(x1 as double, y1 as double, x as double, y as double)
- method PathQuadraticCurvetoAbs(c as GM16PathArgsMBS)
- method PathQuadraticCurvetoAbs(c() as GM16PathArgsMBS)
- method PathQuadraticCurvetoRel(x1 as double, y1 as double, x as double, y as double)
- method PathQuadraticCurvetoRel(c as GM16PathArgsMBS)
- method PathQuadraticCurvetoRel(c() as GM16PathArgsMBS)
- method PathSmoothCurvetoRel(c() as GM16CoordinateMBS)
- method PathSmoothCurvetoRel(c as GM16CoordinateMBS)
- method PathSmoothCurvetoRel(x as double, y as double)
- method PathSmoothCurvetoAbs(c() as GM16CoordinateMBS)
- method PathSmoothCurvetoAbs(c as GM16CoordinateMBS)
- method PathSmoothCurvetoAbs(x as double, y as double)
- method PathSmoothQuadraticCurvetoAbs(c() as GM16CoordinateMBS)
- method PathSmoothQuadraticCurvetoAbs(c as GM16CoordinateMBS)
- method PathSmoothQuadraticCurvetoAbs(x as double, y as double)
- method PathSmoothQuadraticCurvetoRel(c() as GM16CoordinateMBS)
- method PathSmoothQuadraticCurvetoRel(c as GM16CoordinateMBS)
- method PathSmoothQuadraticCurvetoRel(x as double, y as double)
- method PathLinetoAbs(c() as GM16CoordinateMBS)
- method PathLinetoAbs(c as GM16CoordinateMBS)
- method PathLinetoAbs(x as double, y as double)
- method PathLinetoRel(c() as GM16CoordinateMBS)
- method PathLinetoRel(c as GM16CoordinateMBS)
- 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 GM16CoordinateMBS)
- method PathMovetoAbs(c as GM16CoordinateMBS)
- 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 GM16ImageMBS, CompositeOperator as integer)
- method CompositeImage(x as double, y as double, w as double, h as double, image as GM16ImageMBS)
- method CompositeImage(x as double, y as double, image as GM16ImageMBS)
- method Polygon(values() as GM16CoordinateMBS)
- method Bezier(values() as GM16CoordinateMBS)
- method Polyline(values() as GM16CoordinateMBS)
- 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 GM16ColorMBS)
- method TextDecoration(DecorationType as integer)
- method TextAntialias(flag as boolean)
- method StrokeWidth(opacity as double)
- method StrokeColor(c as GM16ColorMBS)
- 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 GM16ColorMBS)
- 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 GM16ImageMBS)
- method Draw
- property Image as GM16ImageMBS
- class GM16ImageArrayMBS
- class GM16ImageChannelStatisticsMBS
- class GM16ImageMBS
- 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 GM16GeometryMBS)
- method resize(geo as GM16GeometryMBS, filterType as Integer)
- method resize(geo as GM16GeometryMBS, filterType as Integer, blur as double)
- method formatExpression(expression as string) as string
- method extent(geo as GM16GeometryMBS)
- method extent(geo as GM16GeometryMBS, gravity as Integer)
- method extent(geo as GM16GeometryMBS, backgroundColor as GM16ColorMBS)
- method extent(geo as GM16GeometryMBS, backgroundColor as GM16ColorMBS, 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 GM16TypeMetricMBS
- 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 GM16ImageStatisticsMBS
- 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 GM16ImageMBS)
- 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 GM16GeometryMBS, raisedFlag as boolean=false)
- method raiseImage
- method Graphics as GM16GraphicsMBS
- 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 GM16ColorMBS()
- method syncPixels
- method montageGeometry as GM16GeometryMBS
- method transform(imageGeometry as GM16GeometryMBS, cropGeometry as GM16GeometryMBS)
- method transform(imageGeometry as GM16GeometryMBS)
- method attributeValues as dictionary
- method transparent(color as GM16ColorMBS)
- method zoom(geometry as GM16GeometryMBS)
- method shave(geometry as GM16GeometryMBS)
- method scale(geometry as GM16GeometryMBS)
- method thumbnail(geometry as GM16GeometryMBS)
- method sample(geometry as GM16GeometryMBS)
- method roll(columns as UInt32, rows as UInt32)
- method roll(roll as GM16GeometryMBS)
- method randomThresholdChannel(thresholds as GM16GeometryMBS, channel as integer)
- method randomThreshold(thresholds as GM16GeometryMBS)
- method opaque(opaqueColor as GM16ColorMBS, penColor as GM16ColorMBS)
- method matteFloodfill(target as GM16ColorMBS, 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 GM16ImageMBS, dither as boolean=false)
- method frame(width as UInt32, height as UInt32, innerBevel as integer=6, outerBevel as integer=6)
- method frame(geometry as GM16GeometryMBS)
- method frame
- method gaussianBlurChannel(channel as integer, width as double, sigma as double)
- method flop
- method floodFillTexture(point as GM16GeometryMBS, fillColor as GM16ColorMBS, borderColor as GM16ColorMBS)
- method floodFillTexture(x as UInt32, y as UInt32, fillColor as GM16ColorMBS, borderColor as GM16ColorMBS)
- method floodFillTexture(point as GM16GeometryMBS, fillColor as GM16ColorMBS)
- method floodFillTexture(x as UInt32, y as UInt32, fillColor as GM16ColorMBS)
- method floodFillColor(point as GM16GeometryMBS, fillColor as GM16ColorMBS, borderColor as GM16ColorMBS)
- method floodFillColor(x as UInt32, y as UInt32, fillColor as GM16ColorMBS, borderColor as GM16ColorMBS)
- method floodFillColor(point as GM16GeometryMBS, fillColor as GM16ColorMBS)
- method floodFillColor(x as UInt32, y as UInt32, fillColor as GM16ColorMBS)
- method gaussianBlur(width as double, sigma as double)
- method gamma(gammaRed as double, gammaGreen as double, gammaBlue as double)
- method composite(compositeImage as GM16ImageMBS, gravity as integer, CompositeOperator as integer = 2)
- method compositeAt(compositeImage as GM16ImageMBS, offset as GM16GeometryMBS, CompositeOperator as integer = 2)
- method compositeXY(compositeImage as GM16ImageMBS, xOffset as integer, yOffset as integer, CompositeOperator as integer = 2)
- method colorize(opacity as UInt32, penColor as GM16ColorMBS)
- method colorize(opacityRed as UInt32, opacityGreen as UInt32, opacityBlue as UInt32, penColor as GM16ColorMBS)
- 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 GM16ImageMBS)
- method strip
- method stereo(rightImage as GM16ImageMBS)
- method stegano(watermark as GM16ImageMBS)
- 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 GM16ImageMBS) 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 GM16GeometryMBS)
- method chop(geometry as GM16GeometryMBS)
- method charcoal(radius as double=0.0, sigma as double=1.0)
- method channel(channel as integer)
- method border
- method border(geometry as GM16GeometryMBS)
- method Constructor(pic as picture)
- method Constructor
- method Constructor(other as GM16ImageMBS)
- method Constructor(blob as GM16BlobMBS)
- method Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS)
- method Constructor(Path as string)
- method Constructor(size as GM16GeometryMBS, ColorValue as GM16ColorMBS)
- method Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32)
- method Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, depth as UInt32, Magick as string)
- method Constructor(blob as GM16BlobMBS, geometry as GM16GeometryMBS, 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 GM16BlobMBS)
- method ping(file as folderitem)
- method read(path as string)
- method read(file as folderitem)
- method read(size as GM16GeometryMBS, Path as string)
- method read(blob as GM16BlobMBS)
- method read(blob as GM16BlobMBS, size as GM16GeometryMBS)
- method read(blob as GM16BlobMBS, size as GM16GeometryMBS, depth as integer)
- method read(blob as GM16BlobMBS, size as GM16GeometryMBS, depth as integer, magick as string)
- method read(blob as GM16BlobMBS, size as GM16GeometryMBS, magick as string)
- method read(size as GM16GeometryMBS, 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 GM16BlobMBS)
- method write(blob as GM16BlobMBS, magick as string)
- method write(blob as GM16BlobMBS, 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 GM16GeometryMBS)
- method annotate(text as string, boundingArea as GM16GeometryMBS, gravity as integer)
- method annotate(text as string, boundingArea as GM16GeometryMBS, 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 GM16ColorMBS
- property pixelColor(x as UInt32, y as UInt32) as GM16ColorMBS
- 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 GM16BlobMBS
- 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 GM16ColorMBS
- property matteColor as GM16ColorMBS
- property fillColor as GM16ColorMBS
- property boxColor as GM16ColorMBS
- property borderColor as GM16ColorMBS
- property backgroundColor as GM16ColorMBS
- 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 GM16GeometryMBS
- property page as GM16GeometryMBS
- property size as GM16GeometryMBS
- 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 GM16ImageMBS
- property fillPattern as GM16ImageMBS
- property strokePattern as GM16ImageMBS
- property gamma as Double
- property normalizedMeanError as Double
- property normalizedMaxError as Double
- property meanErrorPerPixel as Double
- property isValid as Boolean
- property iptcProfile as GM16BlobMBS
- property iccColorProfile as GM16BlobMBS
- property gifDisposeMethod as UInt32
- property geometry as GM16GeometryMBS
- property columns as UInt32
- property rows as UInt32
- property totalColors as UInt32
- property boundingBox as GM16GeometryMBS
- 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 GM16ColorMBS
- 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 GM16ImageStatisticsMBS
- class GM16LockMBS
- class GM16MontageFramedMBS
- class GM16MontageMBS
- class GM16MutexLockMBS
- class GM16NotInitializedExceptionMBS
- class GM16PathArgsMBS
- 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 GM16PixelsMBS
- class GM16TypeMetricMBS
- class GM16UnsupportedExceptionMBS
Blog Entries
Xojo Developer Magazine