CoreGraphics
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
CoreGraphics
Mac OS X core graphics classes to read and write PDF files, draw into the dock icon and make windows transparent.
- Screenshots
- Globals
- CGBitmapContextCreateMBS(data as memoryblock, width as Integer, height as Integer, bitsPerComponent as Integer, bytesPerRow as Integer, colorspace as CGColorSpaceMBS, alphaInfo as Integer) as CGBitmapContextMBS
- CGCreateImageFromJPEGDataProviderMBS(dataprovider as Variant, decode as memoryblock, shouldInterpolate as boolean, intent as Integer) as CGImageMBS
- CGCreateImageFromPNGDataProviderMBS(dataprovider as Variant, decode as memoryblock, shouldInterpolate as boolean, intent as Integer) as CGImageMBS
- CGCreateImageMBS(pic as picture) as CGImageMBS
- CGCreateImageMBS(pic as picture, mask as picture) as CGImageMBS
- CGMakePointMBS(x as Double, y as Double) as CGPointMBS
- CGMakeRectMBS(left as Double, top as Double, width as Double, height as Double) as CGRectMBS
- CGMakeSizeMBS(width as Double, height as Double) as CGSizeMBS
- CGNewPDFDocumentMBS(consumer as CGDataConsumerMBS, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean) as CGPDFContextMBS
- CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean, KeyLength as Integer) as CGPDFContextMBS
- CGOpenPDFDocumentMBS(dataprovider as CGDataProviderMBS) as CGPDFDocumentMBS
- CGOpenPDFDocumentMBS(file as folderitem) as CGPDFDocumentMBS
- CGSessionMBS as CGSessionMBS
- CGShadingCreateAxialMBS(colorspace as CGColorSpaceMBS, startPoint as CGPointMBS, endPoint as CGPointMBS, func as CGFunctionMBS, extendStart as boolean, extendEnd as boolean) as CGShadingMBS
- CGShadingCreateRadialMBS(colorspace as CGColorSpaceMBS, startPoint as CGPointMBS, startRadius as Double, endPoint as CGPointMBS, endRadius as Double, func as CGFunctionMBS, extendStart as boolean, extendEnd as boolean) as CGShadingMBS
- GetCurrentCGContextMBS as CGContextMBS
- Classes
- class CGAffineTransformMBS
- method Binary as MemoryBlock
- method Concat(t as CGAffineTransformMBS) as CGAffineTransformMBS
- method Constructor
- method Constructor(a as double, b as double, c as double, d as double, tx as double = 0.0, ty as double = 0.0)
- method Constructor(p as Ptr)
- method Constructor(transform as CGAffineTransformMBS)
- method EqualToTransform(t as CGAffineTransformMBS) as boolean
- shared method Identity as CGAffineTransformMBS
- method Invert as CGAffineTransformMBS
- method IsIdentity as boolean
- shared method Make(a as double, b as double, c as double, d as double, tx as double = 0.0, ty as double = 0.0) as CGAffineTransformMBS
- shared method MakeRotation(angle as Double) as CGAffineTransformMBS
- shared method MakeScale(sx as Double, sy as Double) as CGAffineTransformMBS
- shared method MakeTranslation(tx as Double, ty as Double) as CGAffineTransformMBS
- method Operator_Convert as String
- method Operator_Multiply(other as CGAffineTransformMBS) as CGAffineTransformMBS
- method Operator_MultiplyRight(other as CGAffineTransformMBS) as CGAffineTransformMBS
- method Rotate(angle as Double) as CGAffineTransformMBS
- method Scale(sx as Double, sy as Double) as CGAffineTransformMBS
- method Translate(tx as Double, ty as Double) as CGAffineTransformMBS
- property A as Double
- property B as Double
- property C as Double
- property D as Double
- property StringValue as String
- property TX as Double
- property TY as Double
- class CGBitmapContextMBS
- method CGImage(shouldInterpolate as boolean = false, intent as Integer = 0) as CGImageMBS
- method Constructor
- shared method Create(data as memoryblock, width as Integer, height as Integer, bitsPerComponent as Integer, bytesPerRow as Integer, colorspace as CGColorSpaceMBS, alphaInfo as Integer) as CGBitmapContextMBS
- shared method Create(Other as CGBitmapContextMBS, NewColorspace as CGColorSpaceMBS) as CGBitmapContextMBS
- method CreateImage as CGImageMBS
- shared method CreateRGB(data as memoryblock, width as Integer, height as Integer, bytesPerRow as Integer, colorspace as CGColorSpaceMBS = nil) as CGBitmapContextMBS
- shared method CreateWithPicture(Pic as Picture) as CGBitmapContextMBS
- property BitmapAlphaInfo as Integer
- property BitmapBitsPerComponent as Integer
- property BitmapBitsPerPixel as Integer
- property BitmapBytesPerRow as Integer
- property BitmapColorSpace as CGColorSpaceMBS
- property BitmapData as MemoryBlock
- property BitmapHeight as Integer
- property BitmapInfo as Integer
- property BitmapWidth as Integer
- class CGColorMBS
- method Alpha as Double
- shared method Black as CGColorMBS
- shared method Clear as CGColorMBS
- method ColorSpace as CGColorSpaceMBS
- method Components as memoryblock
- method Copy as CGColorMBS
- method CopyWithAlpha(alpha as Double) as CGColorMBS
- shared method Create(colorspace as CGColorSpaceMBS, components as memoryblock) as CGColorMBS
- shared method Create(colorspace as CGColorSpaceMBS, components() as Double) as CGColorMBS
- shared method CreateDeviceCMYK(cyan as Double, magenta as Double, yellow as Double, black as Double, alpha as Double = 1.0) as CGColorMBS
- shared method CreateDeviceGray(gray as Double, alpha as Double = 1.0) as CGColorMBS
- shared method CreateDeviceRGB(red as Double, green as Double, blue as Double, alpha as Double = 1.0) as CGColorMBS
- shared method CreateGenericCMYK(cyan as Double, magenta as Double, yellow as Double, black as Double, alpha as Double = 1.0) as CGColorMBS
- shared method CreateGenericGray(gray as Double, alpha as Double = 1.0) as CGColorMBS
- shared method CreateGenericRGB(red as Double, green as Double, blue as Double, alpha as Double = 1.0) as CGColorMBS
- method Equal(secondColor as CGColorMBS) as boolean
- method NumberOfComponents as Integer
- shared method White as CGColorMBS
- property Handle as Integer
- class CGColorSpaceMBS
- class CGContextMBS
- method AddArc(x as Double, y as Double, radius as Double, startangle as Double, endangle as Double, clockwise as boolean)
- method addArcToPath(x as Double, y as Double, w as Double, h as Double, startAngle as Integer, arcAngle as Integer)
- method AddArcToPoint(x1 as Double, y1 as Double, x2 as Double, y2 as Double, radius as Double)
- method AddCurveToPoint(cp1x as Double, cp1y as Double, cp2x as Double, cp2y as Double, x as Double, y as Double)
- method AddEllipseInRect(r as CGRectMBS)
- method AddLines(p() as CGPointMBS)
- method AddLineToPoint(x as Double, y as Double)
- method addOvalToPath(x as Double, y as Double, w as Double, h as Double)
- method AddPath(path as CGPathMBS)
- method AddQuadCurveToPoint(cpx as Double, cpy as Double, x as Double, y as Double)
- method AddRect(r as CGRectMBS)
- method AddRects(r() as CGRectMBS)
- method addRoundedRectToPath(x as Double, y as Double, w as Double, h as Double, arcWidth as Double, arcHeight as Double)
- method BeginPage(mediabox as CGRectMBS)
- method BeginPath
- method BeginTransparencyLayer(auxiliaryInfo as Dictionary = nil)
- method BeginTransparencyLayerWithRect(r as CGRectMBS, auxiliaryInfo as Dictionary = nil)
- method clearRect(rect as CGRectMBS)
- method clip
- method ClipToMask(rect as CGRectMBS, mask as CGImageMBS)
- method clipToRect(rect as CGRectMBS)
- method Close
- method closePath
- method ConcatCTM(transform as CGAffineTransformMBS)
- method Constructor(g as graphics)
- method Constructor(handle as Integer)
- method Constructor(pic as Picture)
- shared method contextWithCGContext(handle as Integer) as CGContextMBS
- shared method contextWithCGContext(handle as Ptr) as CGContextMBS
- method CopyPath as CGPathMBS
- method DrawCGPDFDocument(pdf as Variant, rect as CGRectMBS, page as Integer)
- method DrawLayerAtPoint(Point as CGPointMBS, layer as CGLayerMBS)
- method DrawLayerInRect(rect as CGRectMBS, layer as CGLayerMBS)
- method DrawLinearGradient(gradient as CGGradientMBS, startPoint as CGPointMBS, endPoint as CGPointMBS, options as Integer)
- method DrawPath(mode as Integer)
- method DrawPicture(pic as CGImageMBS, rect as CGRectMBS)
- method DrawRadialGradient(gradient as CGGradientMBS, startCenter as CGPointMBS, startRadius as Double, endCenter as CGPointMBS, endRadius as Double, options as Integer)
- method DrawShading(shading as CGShadingMBS)
- method DrawTiledImage(pic as CGImageMBS, rect as CGRectMBS)
- method EndPage
- method EndTransparencyLayer
- method EOClip
- method EOFillPath
- method FillEllipseInRect(rect as CGRectMBS)
- method FillPath
- method FillRect(rect as CGRectMBS)
- method fillRoundedRect(x as Double, y as Double, w as Double, h as Double, arcWidth as Double, arcHeight as Double)
- method Flush
- method frameArc(x as Double, y as Double, w as Double, h as Double, startAngle as Integer, arcAngle as Integer)
- method frameOval(x as Double, y as Double, w as Double, h as Double)
- method frameRect(x as Double, y as Double, w as Double, h as Double)
- method GetClipBoundingBox as CGRectMBS
- method GetCTM as CGAffineTransformMBS
- method GetPathBoundingBox as CGRectMBS
- method GetPathCurrentPoint as CGPointMBS
- method GetTextPosition as CGPointMBS
- method IsPathEmpty as boolean
- method MoveToPoint(x as Double, y as Double)
- method paintArc(x as Double, y as Double, w as Double, h as Double, startAngle as Integer, arcAngle as Integer)
- method paintOval(x as Double, y as Double, w as Double, h as Double)
- method paintRect(x as Double, y as Double, w as Double, h as Double)
- method PathContainsPoint(point as CGPointMBS, mode as Integer) as boolean
- method ReplacePathWithStrokedPath
- method RestoreGState
- method RotateCTM(angle as Double)
- method SaveGState
- method ScaleCTM(sx as Double, sy as Double)
- method SelectFont(name as string, size as Double, fontencoding as Integer)
- method SetAllowsAntialiasing(allowsAntialiasing as boolean)
- method SetAlpha(alpha as Double)
- method SetBlendMode(BlendMode as Integer)
- method SetCharacterSpacing(spacing as Double)
- method SetCMYKFillColor(cyan as Double, magenta as Double, yellow as Double, black as Double, alpha as Double = 1.0)
- method SetCMYKStrokeColor(cyan as Double, magenta as Double, yellow as Double, black as Double, alpha as Double = 1.0)
- method SetFillColor(color as CGColorMBS)
- method SetFillColorSpace(colorspace as CGColorSpaceMBS)
- method SetFlatness(flatness as Double)
- method SetFont(font as CGFontMBS)
- method SetFontSize(size as Double)
- method SetGrayFillColor(gray as Double, alpha as Double = 1.0)
- method SetGrayStrokeColor(gray as Double, alpha as Double = 1.0)
- method SetLineCap(cap as Integer)
- method SetLineDash(phase as Double, lengths as memoryblock, count as Integer)
- method SetLineJoin(join as Integer)
- method SetLineWidth(width as Double)
- method SetMiterLimit(limit as Double)
- method SetRenderingIntent(intent as Integer)
- method SetRGBFillColor(red as Double, green as Double, blue as Double, alpha as Double = 1.0)
- method SetRGBStrokeColor(red as Double, green as Double, blue as Double, alpha as Double = 1.0)
- method SetShadow(x as Double, y as Double, blur as Double)
- method SetShadowWithColor(x as Double, y as Double, blur as Double, colorvalue as CGColorMBS)
- method SetShouldAntialias(shouldAntialias as boolean)
- method SetShouldSmoothFonts(shouldSmoothFonts as boolean)
- method SetStrokeColor(color as CGColorMBS)
- method SetStrokeColorSpace(colorspace as CGColorSpaceMBS)
- method SetTextDrawingMode(mode as Integer)
- method ShowText(text as string)
- method ShowTextAtPoint(text as string, x as Double, y as Double)
- method StrokeEllipseInRect(rect as CGRectMBS)
- method StrokePath
- method StrokeRect(rect as CGRectMBS)
- method StrokeRectWithWidth(rect as CGRectMBS, width as Double)
- method strokeRoundedRect(x as Double, y as Double, w as Double, h as Double, arcWidth as Double, arcHeight as Double)
- method Synchronize
- method TranslateCTM(tx as Double, ty as Double)
- property handle as Integer
- property InterpolationQuality as Integer
- property RetainCount as Integer
- property TextMatrix as CGAffineTransformMBS
- property TextPosition as CGPointMBS
- class CGDataConsumerMBS
- class CGDataProviderMBS
- class CGDisplayConfigMBS
- class CGDisplayMBS
- method AllDisplayModes(Options as Dictionary = nil) as CGDisplayModeMBS()
- method AvailableModes as Dictionary()
- method BestModeForParameters(BitsPerPixel as Integer, Width as Integer, Height as Integer, byref ExactMatch as boolean) as Dictionary
- method BestModeForParametersAndRefreshRate(BitsPerPixel as Integer, Width as Integer, Height as Integer, RefreshRate as Integer, byref ExactMatch as boolean) as Dictionary
- method BestModeForParametersAndRefreshRateWithProperty(BitsPerPixel as Integer, Width as Integer, Height as Integer, RefreshRate as Integer, propertyName as string, byref ExactMatch as boolean) as Dictionary
- method Capture as Integer
- shared method CaptureAllDisplays as Integer
- shared method CaptureAllDisplaysWithOptions(options as Integer) as Integer
- method CaptureWithOptions(options as Integer) as Integer
- method CreateImage as CGImageMBS
- method CreateImageAsync(receiverDelegate as CreateImageAsyncDelegateMBS, jpegQuality as Double = 0.9, tag as Variant = nil)
- method CreateImageForRect(rect as CGRectMBS) as CGImageMBS
- method DrawingContext as CGContextMBS
- shared method GetActiveDisplayList as CGDisplayMBS()
- shared method GetDisplaysWithOpenGLDisplayMask(mask as Integer) as CGDisplayMBS()
- shared method GetDisplaysWithPoint(cgpoint as CGPointMBS) as CGDisplayMBS()
- shared method GetDisplaysWithPoint(x as Double, y as Double) as CGDisplayMBS()
- shared method GetDisplaysWithRect(cgrect as CGRectMBS) as CGDisplayMBS()
- shared method GetDisplaysWithRect(x as Double, y as Double, w as Double, h as Double) as CGDisplayMBS()
- method GetDisplayTransferByTable(capacity as Integer, red as memoryblock, green as memoryblock, blue as memoryblock, byref samplecount as Integer) as Integer
- method GetDisplayTransferFormula(byref formula as CGDisplayTransferFormulaMBS) as Integer
- shared method GetLastMouseDelta(byref deltax as Integer, byref deltay as Integer)
- shared method GetOnlineDisplayList as CGDisplayMBS()
- method HideCursor as Integer
- method Info as Dictionary
- method InfoAsCFDictionary as Variant
- method IsCaptured as boolean
- shared method MainDisplay as CGDisplayMBS
- method MoveCursorToPoint(x as Double, y as Double) as Integer
- method OpenGLDisplayMask as Integer
- method Release as Integer
- shared method ReleaseAllDisplays as Integer
- shared method RestoreColorSyncSettings
- method SetDisplayMode(mode as CGDisplayModeMBS) as Integer
- method SetDisplayTransferByByteTable(count as Integer, red as memoryblock, green as memoryblock, blue as memoryblock) as Integer
- method SetDisplayTransferByTable(count as Integer, red as memoryblock, green as memoryblock, blue as memoryblock) as Integer
- method SetDisplayTransferFormula(formula as CGDisplayTransferFormulaMBS) as Integer
- method SetRotation(angle as Integer) as Integer
- method SetStereoOperation(stereo as boolean, forceBlueLine as boolean, option as Integer) as Integer
- method ShieldingWindowID as UInt32
- shared method ShieldingWindowLevel as Int32
- method ShowCursor as Integer
- method SwitchToMode(Mode as Dictionary) as Integer
- method WaitForBeamPositionOutsideLines(upperScanLine as UInt32, lowerScanLine as UInt32) as Integer
- property BeamPosition as UInt32
- property Bounds as CGRectMBS
- property Brightness as Double
- property CanSetPalette as boolean
- property ColorSpace as CGColorSpaceMBS
- property CurrentMode as Dictionary
- property DisplayMode as CGDisplayModeMBS
- property DisplayProductNames as Dictionary
- property Handle as Integer
- property IOServicePort as Integer
- property IsActive as boolean
- property IsAlwaysInMirrorSet as boolean
- property IsAsleep as boolean
- property IsBuiltin as boolean
- property IsInHWMirrorSet as boolean
- property IsInMirrorSet as boolean
- property IsMain as boolean
- property IsOnline as boolean
- property IsStereo as boolean
- property LastError as Integer
- property MirrorsDisplay as CGDisplayMBS
- property ModelNumber as Integer
- property PixelsHigh as Integer
- property PixelsWide as Integer
- property PrimaryDisplay as CGDisplayMBS
- property RefreshRate as Integer
- property Rotation as Double
- property ScreenSizeHeight as Double
- property ScreenSizeWidth as Double
- property SerialNumber as Integer
- property UnitNumber as Integer
- property UsesOpenGLAcceleration as boolean
- property VendorNumber as Integer
- delegate CreateImageAsyncDelegateMBS(img as CGImageMBS, JPEGData as MemoryBlock, Tag as Variant)
- class CGDisplayModeMBS
- class CGDisplayReconfigurationEventMBS
- class CGDisplayStreamEventMBS
- class CGDisplayStreamUpdateMBS
- class CGDisplayTransferFormulaMBS
- class CGFontMBS
- class CGFunctionMBS
- method Create(domainDimension as Integer, domain as memoryblock, rangeDimension as Integer, range as memoryblock)
- property Handle as Integer
- event Evaluate(Input as memoryblock, Output as memoryblock)
- class CGGradientMBS
- class CGImageDestinationMBS
- method AddImage(image as CGImageMBS, properties as dictionary=nil)
- method AddImageCF(image as CGImageMBS, properties as Variant = nil)
- method AddImageFromSource(source as CGImageSourceMBS, index as Integer, options as dictionary = nil)
- method AddImageFromSourceCF(source as CGImageSourceMBS, index as Integer, options as Variant = nil)
- method Constructor(file as folderitem, type as string, count as Integer = 1)
- method Constructor(type as string, count as Integer = 1)
- method Constructor(url as string, type as string, count as Integer = 1)
- shared method CreateWithData(type as string, count as Integer = 1) as CGImageDestinationMBS
- shared method CreateWithFile(file as folderitem, type as string, count as Integer = 1) as CGImageDestinationMBS
- shared method CreateWithURL(url as string, type as string, count as Integer = 1) as CGImageDestinationMBS
- method Data as string
- method Finalize as boolean
- method FinalizeMT as boolean
- shared method kCGImageDestinationBackgroundColor as string
- shared method kCGImageDestinationDateTime as string
- shared method kCGImageDestinationLossyCompressionQuality as string
- shared method kCGImageDestinationMergeMetadata as string
- shared method kCGImageDestinationMetadata as string
- shared method kCGImageDestinationOrientation as string
- shared method kCGImageMetadataShouldExcludeXMP as string
- method SetProperties(options as dictionary = nil)
- method SetPropertiesCF(options as Variant)
- shared method TypeIdentifiers as string()
- property Handle as Integer
- class CGImageMBS
- class CGImageMetadataMBS
- class CGImageMetadataTagMBS
- class CGImageSourceMBS
- method Constructor(data as string, options as dictionary = nil)
- method Constructor(file as folderitem, options as dictionary = nil)
- method Constructor(options as dictionary = nil)
- method CreateImageAtIndex(index as Integer, options as dictionary = nil) as CGImageMBS
- shared method CreateIncremental(options as dictionary=nil) as CGImageSourceMBS
- method CreateThumbnailAtIndex(index as Integer, options as dictionary = nil) as CGImageMBS
- shared method CreateThumbnailMT(data as MemoryBlock, ImageIndex as integer = 0, Options as dictionary = nil) as CGImageMBS
- shared method CreateThumbnailMT(data as String, ImageIndex as integer = 0, Options as dictionary = nil) as CGImageMBS
- shared method CreateThumbnailMT(file as FolderItem, ImageIndex as integer = 0, Options as dictionary = nil) as CGImageMBS
- shared method CreateWithData(data as string, options as dictionary=nil) as CGImageSourceMBS
- shared method CreateWithFile(file as folderitem, options as dictionary=nil) as CGImageSourceMBS
- shared method CreateWithURL(url as string, options as dictionary=nil) as CGImageSourceMBS
- shared method kCGImageProperty8BIMDictionary as string
- shared method kCGImageProperty8BIMLayerNames as string
- shared method kCGImagePropertyCIFFCameraSerialNumber as string
- shared method kCGImagePropertyCIFFContinuousDrive as string
- shared method kCGImagePropertyCIFFDescription as string
- shared method kCGImagePropertyCIFFDictionary as string
- shared method kCGImagePropertyCIFFFirmware as string
- shared method kCGImagePropertyCIFFFlashExposureComp as string
- shared method kCGImagePropertyCIFFFocusMode as string
- shared method kCGImagePropertyCIFFImageFileName as string
- shared method kCGImagePropertyCIFFImageName as string
- shared method kCGImagePropertyCIFFImageSerialNumber as string
- shared method kCGImagePropertyCIFFLensMaxMM as string
- shared method kCGImagePropertyCIFFLensMinMM as string
- shared method kCGImagePropertyCIFFLensModel as string
- shared method kCGImagePropertyCIFFMeasuredEV as string
- shared method kCGImagePropertyCIFFMeteringMode as string
- shared method kCGImagePropertyCIFFOwnerName as string
- shared method kCGImagePropertyCIFFRecordID as string
- shared method kCGImagePropertyCIFFReleaseMethod as string
- shared method kCGImagePropertyCIFFReleaseTiming as string
- shared method kCGImagePropertyCIFFSelfTimingTime as string
- shared method kCGImagePropertyCIFFShootingMode as string
- shared method kCGImagePropertyCIFFWhiteBalanceIndex as string
- shared method kCGImagePropertyColorModel as string
- shared method kCGImagePropertyColorModelCMYK as string
- shared method kCGImagePropertyColorModelGray as string
- shared method kCGImagePropertyColorModelLab as string
- shared method kCGImagePropertyColorModelRGB as string
- shared method kCGImagePropertyDepth as string
- shared method kCGImagePropertyDNGBackwardVersion as string
- shared method kCGImagePropertyDNGCameraSerialNumber as string
- shared method kCGImagePropertyDNGDictionary as string
- shared method kCGImagePropertyDNGLensInfo as string
- shared method kCGImagePropertyDNGLocalizedCameraModel as string
- shared method kCGImagePropertyDNGUniqueCameraModel as string
- shared method kCGImagePropertyDNGVersion as string
- shared method kCGImagePropertyDPIHeight as string
- shared method kCGImagePropertyDPIWidth as string
- shared method kCGImagePropertyExifApertureValue as string
- shared method kCGImagePropertyExifAuxDictionary as string
- shared method kCGImagePropertyExifAuxFirmware as string
- shared method kCGImagePropertyExifAuxFlashCompensation as string
- shared method kCGImagePropertyExifAuxImageNumber as string
- shared method kCGImagePropertyExifAuxLensID as string
- shared method kCGImagePropertyExifAuxLensInfo as string
- shared method kCGImagePropertyExifAuxLensModel as string
- shared method kCGImagePropertyExifAuxLensSerialNumber as string
- shared method kCGImagePropertyExifAuxOwnerName as string
- shared method kCGImagePropertyExifAuxSerialNumber as string
- shared method kCGImagePropertyExifBrightnessValue as string
- shared method kCGImagePropertyExifCFAPattern as string
- shared method kCGImagePropertyExifColorSpace as string
- shared method kCGImagePropertyExifComponentsConfiguration as string
- shared method kCGImagePropertyExifCompressedBitsPerPixel as string
- shared method kCGImagePropertyExifContrast as string
- shared method kCGImagePropertyExifCustomRendered as string
- shared method kCGImagePropertyExifDateTimeDigitized as string
- shared method kCGImagePropertyExifDateTimeOriginal as string
- shared method kCGImagePropertyExifDeviceSettingDescription as string
- shared method kCGImagePropertyExifDictionary as string
- shared method kCGImagePropertyExifDigitalZoomRatio as string
- shared method kCGImagePropertyExifExposureBiasValue as string
- shared method kCGImagePropertyExifExposureIndex as string
- shared method kCGImagePropertyExifExposureMode as string
- shared method kCGImagePropertyExifExposureProgram as string
- shared method kCGImagePropertyExifExposureTime as string
- shared method kCGImagePropertyExifFileSource as string
- shared method kCGImagePropertyExifFlash as string
- shared method kCGImagePropertyExifFlashEnergy as string
- shared method kCGImagePropertyExifFlashPixVersion as string
- shared method kCGImagePropertyExifFNumber as string
- shared method kCGImagePropertyExifFocalLength as string
- shared method kCGImagePropertyExifFocalLenIn35mmFilm as string
- shared method kCGImagePropertyExifFocalPlaneResolutionUnit as string
- shared method kCGImagePropertyExifFocalPlaneXResolution as string
- shared method kCGImagePropertyExifFocalPlaneYResolution as string
- shared method kCGImagePropertyExifGainControl as string
- shared method kCGImagePropertyExifGamma as string
- shared method kCGImagePropertyExifImageUniqueID as string
- shared method kCGImagePropertyExifISOSpeedRatings as string
- shared method kCGImagePropertyExifLightSource as string
- shared method kCGImagePropertyExifMakerNote as string
- shared method kCGImagePropertyExifMaxApertureValue as string
- shared method kCGImagePropertyExifMeteringMode as string
- shared method kCGImagePropertyExifOECF as string
- shared method kCGImagePropertyExifPixelXDimension as string
- shared method kCGImagePropertyExifPixelYDimension as string
- shared method kCGImagePropertyExifRelatedSoundFile as string
- shared method kCGImagePropertyExifSaturation as string
- shared method kCGImagePropertyExifSceneCaptureType as string
- shared method kCGImagePropertyExifSceneType as string
- shared method kCGImagePropertyExifSensingMethod as string
- shared method kCGImagePropertyExifSharpness as string
- shared method kCGImagePropertyExifShutterSpeedValue as string
- shared method kCGImagePropertyExifSpatialFrequencyResponse as string
- shared method kCGImagePropertyExifSpectralSensitivity as string
- shared method kCGImagePropertyExifSubjectArea as string
- shared method kCGImagePropertyExifSubjectDistance as string
- shared method kCGImagePropertyExifSubjectDistRange as string
- shared method kCGImagePropertyExifSubjectLocation as string
- shared method kCGImagePropertyExifSubsecTime as string
- shared method kCGImagePropertyExifSubsecTimeDigitized as string
- shared method kCGImagePropertyExifSubsecTimeOriginal as string
- shared method kCGImagePropertyExifUserComment as string
- shared method kCGImagePropertyExifVersion as string
- shared method kCGImagePropertyExifWhiteBalance as string
- shared method kCGImagePropertyFileSize as string
- shared method kCGImagePropertyGIFDelayTime as string
- shared method kCGImagePropertyGIFDictionary as string
- shared method kCGImagePropertyGIFHasGlobalColorMap as string
- shared method kCGImagePropertyGIFImageColorMap as string
- shared method kCGImagePropertyGIFLoopCount as string
- shared method kCGImagePropertyGIFUnclampedDelayTime as string
- shared method kCGImagePropertyGPSAltitude as string
- shared method kCGImagePropertyGPSAltitudeRef as string
- shared method kCGImagePropertyGPSAreaInformation as string
- shared method kCGImagePropertyGPSDateStamp as string
- shared method kCGImagePropertyGPSDestBearing as string
- shared method kCGImagePropertyGPSDestBearingRef as string
- shared method kCGImagePropertyGPSDestDistance as string
- shared method kCGImagePropertyGPSDestDistanceRef as string
- shared method kCGImagePropertyGPSDestLatitude as string
- shared method kCGImagePropertyGPSDestLatitudeRef as string
- shared method kCGImagePropertyGPSDestLongitude as string
- shared method kCGImagePropertyGPSDestLongitudeRef as string
- shared method kCGImagePropertyGPSDictionary as string
- shared method kCGImagePropertyGPSDifferental as string
- shared method kCGImagePropertyGPSDOP as string
- shared method kCGImagePropertyGPSImgDirection as string
- shared method kCGImagePropertyGPSImgDirectionRef as string
- shared method kCGImagePropertyGPSLatitude as string
- shared method kCGImagePropertyGPSLatitudeRef as string
- shared method kCGImagePropertyGPSLongitude as string
- shared method kCGImagePropertyGPSLongitudeRef as string
- shared method kCGImagePropertyGPSMapDatum as string
- shared method kCGImagePropertyGPSMeasureMode as string
- shared method kCGImagePropertyGPSProcessingMethod as string
- shared method kCGImagePropertyGPSSatellites as string
- shared method kCGImagePropertyGPSSpeed as string
- shared method kCGImagePropertyGPSSpeedRef as string
- shared method kCGImagePropertyGPSStatus as string
- shared method kCGImagePropertyGPSTimeStamp as string
- shared method kCGImagePropertyGPSTrack as string
- shared method kCGImagePropertyGPSTrackRef as string
- shared method kCGImagePropertyGPSVersion as string
- shared method kCGImagePropertyHasAlpha as string
- shared method kCGImagePropertyIPTCActionAdvised as string
- shared method kCGImagePropertyIPTCByline as string
- shared method kCGImagePropertyIPTCBylineTitle as string
- shared method kCGImagePropertyIPTCCaptionAbstract as string
- shared method kCGImagePropertyIPTCCategory as string
- shared method kCGImagePropertyIPTCCity as string
- shared method kCGImagePropertyIPTCContact as string
- shared method kCGImagePropertyIPTCContactInfoAddress as string
- shared method kCGImagePropertyIPTCContactInfoCity as string
- shared method kCGImagePropertyIPTCContactInfoCountry as string
- shared method kCGImagePropertyIPTCContactInfoEmails as string
- shared method kCGImagePropertyIPTCContactInfoPhones as string
- shared method kCGImagePropertyIPTCContactInfoPostalCode as string
- shared method kCGImagePropertyIPTCContactInfoStateProvince as string
- shared method kCGImagePropertyIPTCContactInfoWebURLs as string
- shared method kCGImagePropertyIPTCContentLocationCode as string
- shared method kCGImagePropertyIPTCContentLocationName as string
- shared method kCGImagePropertyIPTCCopyrightNotice as string
- shared method kCGImagePropertyIPTCCountryPrimaryLocationCode as string
- shared method kCGImagePropertyIPTCCountryPrimaryLocationName as string
- shared method kCGImagePropertyIPTCCreatorContactInfo as string
- shared method kCGImagePropertyIPTCCredit as string
- shared method kCGImagePropertyIPTCDateCreated as string
- shared method kCGImagePropertyIPTCDictionary as string
- shared method kCGImagePropertyIPTCDigitalCreationDate as string
- shared method kCGImagePropertyIPTCDigitalCreationTime as string
- shared method kCGImagePropertyIPTCEditorialUpdate as string
- shared method kCGImagePropertyIPTCEditStatus as string
- shared method kCGImagePropertyIPTCExpirationDate as string
- shared method kCGImagePropertyIPTCExpirationTime as string
- shared method kCGImagePropertyIPTCFixtureIdentifier as string
- shared method kCGImagePropertyIPTCHeadline as string
- shared method kCGImagePropertyIPTCImageOrientation as string
- shared method kCGImagePropertyIPTCImageType as string
- shared method kCGImagePropertyIPTCKeywords as string
- shared method kCGImagePropertyIPTCLanguageIdentifier as string
- shared method kCGImagePropertyIPTCObjectAttributeReference as string
- shared method kCGImagePropertyIPTCObjectCycle as string
- shared method kCGImagePropertyIPTCObjectName as string
- shared method kCGImagePropertyIPTCObjectTypeReference as string
- shared method kCGImagePropertyIPTCOriginalTransmissionReference as string
- shared method kCGImagePropertyIPTCOriginatingProgram as string
- shared method kCGImagePropertyIPTCProgramVersion as string
- shared method kCGImagePropertyIPTCProvinceState as string
- shared method kCGImagePropertyIPTCReferenceDate as string
- shared method kCGImagePropertyIPTCReferenceNumber as string
- shared method kCGImagePropertyIPTCReferenceService as string
- shared method kCGImagePropertyIPTCReleaseDate as string
- shared method kCGImagePropertyIPTCReleaseTime as string
- shared method kCGImagePropertyIPTCRightsUsageTerms as string
- shared method kCGImagePropertyIPTCScene as string
- shared method kCGImagePropertyIPTCSource as string
- shared method kCGImagePropertyIPTCSpecialInstructions as string
- shared method kCGImagePropertyIPTCStarRating as string
- shared method kCGImagePropertyIPTCSubjectReference as string
- shared method kCGImagePropertyIPTCSubLocation as string
- shared method kCGImagePropertyIPTCSupplementalCategory as string
- shared method kCGImagePropertyIPTCTimeCreated as string
- shared method kCGImagePropertyIPTCUrgency as string
- shared method kCGImagePropertyIPTCWriterEditor as string
- shared method kCGImagePropertyIsFloat as string
- shared method kCGImagePropertyIsIndexed as string
- shared method kCGImagePropertyJFIFDensityUnit as string
- shared method kCGImagePropertyJFIFDictionary as string
- shared method kCGImagePropertyJFIFIsProgressive as string
- shared method kCGImagePropertyJFIFVersion as string
- shared method kCGImagePropertyJFIFXDensity as string
- shared method kCGImagePropertyJFIFYDensity as string
- shared method kCGImagePropertyMakerCanonAspectRatioInfo as string
- shared method kCGImagePropertyMakerCanonCameraSerialNumber as string
- shared method kCGImagePropertyMakerCanonContinuousDrive as string
- shared method kCGImagePropertyMakerCanonDictionary as string
- shared method kCGImagePropertyMakerCanonFirmware as string
- shared method kCGImagePropertyMakerCanonFlashExposureComp as string
- shared method kCGImagePropertyMakerCanonImageSerialNumber as string
- shared method kCGImagePropertyMakerCanonLensModel as string
- shared method kCGImagePropertyMakerCanonOwnerName as string
- shared method kCGImagePropertyMakerFujiDictionary as string
- shared method kCGImagePropertyMakerMinoltaDictionary as string
- shared method kCGImagePropertyMakerNikonCameraSerialNumber as string
- shared method kCGImagePropertyMakerNikonColorMode as string
- shared method kCGImagePropertyMakerNikonDictionary as string
- shared method kCGImagePropertyMakerNikonDigitalZoom as string
- shared method kCGImagePropertyMakerNikonFlashExposureComp as string
- shared method kCGImagePropertyMakerNikonFlashSetting as string
- shared method kCGImagePropertyMakerNikonFocusDistance as string
- shared method kCGImagePropertyMakerNikonFocusMode as string
- shared method kCGImagePropertyMakerNikonImageAdjustment as string
- shared method kCGImagePropertyMakerNikonISOSelection as string
- shared method kCGImagePropertyMakerNikonISOSetting as string
- shared method kCGImagePropertyMakerNikonLensAdapter as string
- shared method kCGImagePropertyMakerNikonLensInfo as string
- shared method kCGImagePropertyMakerNikonLensType as string
- shared method kCGImagePropertyMakerNikonQuality as string
- shared method kCGImagePropertyMakerNikonSharpenMode as string
- shared method kCGImagePropertyMakerNikonShootingMode as string
- shared method kCGImagePropertyMakerNikonShutterCount as string
- shared method kCGImagePropertyMakerNikonWhiteBalanceMode as string
- shared method kCGImagePropertyMakerOlympusDictionary as string
- shared method kCGImagePropertyMakerPentaxDictionary as string
- shared method kCGImagePropertyOrientation as string
- shared method kCGImagePropertyPixelHeight as string
- shared method kCGImagePropertyPixelWidth as string
- shared method kCGImagePropertyPNGAuthor as string
- shared method kCGImagePropertyPNGChromaticities as string
- shared method kCGImagePropertyPNGCopyright as string
- shared method kCGImagePropertyPNGCreationTime as string
- shared method kCGImagePropertyPNGDescription as string
- shared method kCGImagePropertyPNGDictionary as string
- shared method kCGImagePropertyPNGGamma as string
- shared method kCGImagePropertyPNGInterlaceType as string
- shared method kCGImagePropertyPNGModificationTime as string
- shared method kCGImagePropertyPNGSoftware as string
- shared method kCGImagePropertyPNGsRGBIntent as string
- shared method kCGImagePropertyPNGTitle as string
- shared method kCGImagePropertyPNGXPixelsPerMeter as string
- shared method kCGImagePropertyPNGYPixelsPerMeter as string
- shared method kCGImagePropertyProfileName as string
- shared method kCGImagePropertyRawDictionary as string
- shared method kCGImagePropertyTIFFArtist as string
- shared method kCGImagePropertyTIFFCompression as string
- shared method kCGImagePropertyTIFFCopyright as string
- shared method kCGImagePropertyTIFFDateTime as string
- shared method kCGImagePropertyTIFFDictionary as string
- shared method kCGImagePropertyTIFFDocumentName as string
- shared method kCGImagePropertyTIFFHostComputer as string
- shared method kCGImagePropertyTIFFImageDescription as string
- shared method kCGImagePropertyTIFFMake as string
- shared method kCGImagePropertyTIFFModel as string
- shared method kCGImagePropertyTIFFOrientation as string
- shared method kCGImagePropertyTIFFPhotometricInterpretation as string
- shared method kCGImagePropertyTIFFPrimaryChromaticities as string
- shared method kCGImagePropertyTIFFResolutionUnit as string
- shared method kCGImagePropertyTIFFSoftware as string
- shared method kCGImagePropertyTIFFTransferFunction as string
- shared method kCGImagePropertyTIFFWhitePoint as string
- shared method kCGImagePropertyTIFFXResolution as string
- shared method kCGImagePropertyTIFFYResolution as string
- shared method kCGImageSourceCreateThumbnailFromImageAlways as string
- shared method kCGImageSourceCreateThumbnailFromImageIfAbsent as string
- shared method kCGImageSourceCreateThumbnailWithTransform as string
- shared method kCGImageSourceShouldAllowFloat as string
- shared method kCGImageSourceShouldCache as string
- shared method kCGImageSourceShouldCacheImmediately as string
- shared method kCGImageSourceThumbnailMaxPixelSize as string
- shared method kCGImageSourceTypeIdentifierHint as string
- method Properties(options as dictionary = nil) as dictionary
- method PropertiesAtIndex(index as Integer, options as dictionary = nil) as dictionary
- method PropertiesAtIndexCF(index as Integer, options as Variant = nil) as Variant
- method PropertiesCF(options as Variant = nil) as Variant
- method StatusAtIndex(index as Integer) as Integer
- shared method TypeIdentifiers as string()
- method UpdateData(data as string, final as boolean)
- property Count as Integer
- property Handle as Integer
- property Status as Integer
- property Type as string
- class CGLayerMBS
- class CGMutableImageMetadataMBS
- method Constructor
- method Constructor(metadata as CGImageMetadataMBS)
- method RegisterNamespaceForPrefix(parent as CGImageMetadataTagMBS = nil, xmlns as String, prefix as String, byref error as CFErrorMBS) as Boolean
- method RemoveTagWithPath(parent as CGImageMetadataTagMBS = nil, path as string) as Boolean
- method SetTagWithPath(parent as CGImageMetadataTagMBS = nil, path as string, value as CGImageMetadataTagMBS) as Boolean
- method SetValueMatchingImageProperty(dictionaryName as String, propertyName as String, value as CGImageMetadataTagMBS) as Boolean
- method SetValueWithPath(parent as CGImageMetadataTagMBS = nil, path as string, value as Variant) as Boolean
- class CGMutablePathMBS
- method AddArc(transform as CGAffineTransformMBS, x as Double, y as Double, radius as Double, startAngle as Double, endAngle as Double, clockwise as boolean)
- method AddArcToPoint(transform as CGAffineTransformMBS, x as Double, y as Double, x2 as Double, y2 as Double, radius as Double)
- method AddCurveToPoint(transform as CGAffineTransformMBS, cpx1 as Double, cpy1 as Double, cpx2 as Double, cpy2 as Double, x as Double, y as Double)
- method AddEllipseInRect(transform as CGAffineTransformMBS, r as CGRectMBS)
- method AddLineToPoint(transform as CGAffineTransformMBS, x as Double, y as Double)
- method AddPath(transform as CGAffineTransformMBS, path as CGPathMBS)
- method AddQuadCurveToPoint(transform as CGAffineTransformMBS, cpx as Double, cpy as Double, x as Double, y as Double)
- method AddRect(transform as CGAffineTransformMBS, r as CGRectMBS)
- method CloseSubpath
- method Constructor
- method ContainsPoint(transform as CGAffineTransformMBS, point as CGPointMBS, eoFill as boolean) as boolean
- method MoveToPoint(transform as CGAffineTransformMBS, x as Double, y as Double)
- class CGPathElementMBS
- class CGPathMBS
- class CGPDFArrayMBS
- class CGPDFContextMBS
- method AddDestinationAtPoint(name as string, x as Double, y as Double)
- method BeginPage(pageInfo as dictionary)
- method Close
- method EndPage
- shared method kCGPDFContextAllowsCopying as string
- shared method kCGPDFContextAllowsPrinting as string
- shared method kCGPDFContextArtBox as string
- shared method kCGPDFContextAuthor as string
- shared method kCGPDFContextBleedBox as string
- shared method kCGPDFContextCreator as string
- shared method kCGPDFContextCropBox as string
- shared method kCGPDFContextEncryptionKeyLength as string
- shared method kCGPDFContextKeywords as string
- shared method kCGPDFContextMediaBox as string
- shared method kCGPDFContextOutputIntent as string
- shared method kCGPDFContextOutputIntents as string
- shared method kCGPDFContextOwnerPassword as string
- shared method kCGPDFContextSubject as string
- shared method kCGPDFContextTitle as string
- shared method kCGPDFContextTrimBox as string
- shared method kCGPDFContextUserPassword as string
- shared method kCGPDFXDestinationOutputProfile as string
- shared method kCGPDFXInfo as string
- shared method kCGPDFXOutputCondition as string
- shared method kCGPDFXOutputConditionIdentifier as string
- shared method kCGPDFXOutputIntentSubtype as string
- shared method kCGPDFXRegistryName as string
- method SetDestinationForRect(name as string, x as Double, y as Double, w as Double, h as Double)
- method SetURLForRect(url as string, x as Double, y as Double, w as Double, h as Double)
- class CGPDFDictionaryListMBS
- class CGPDFDictionaryMBS
- class CGPDFDocumentMBS
- class CGPDFObjectMBS
- class CGPDFPageMBS
- class CGPDFStreamMBS
- class CGPDFStringMBS
- class CGPointMBS
- class CGRectMBS
- method ApplyAffineTransform(a as CGAffineTransformMBS) as CGRectMBS
- method Binary as MemoryBlock
- method Constructor
- method Constructor(p as Ptr)
- method Constructor(source as CGRectMBS)
- method Constructor(x as Double, y as Double, width as Double, height as Double)
- method ContainsPoint(r as CGPointMBS) as boolean
- method ContainsRect(r as CGRectMBS) as boolean
- method Divide(byref slice as CGRectMBS, byref remainder as CGRectMBS, amount as Double, edge as Integer)
- method Equal(r as CGRectMBS) as boolean
- shared method Infinite as CGRectMBS
- method Inset(dx as Double, dy as Double) as CGRectMBS
- method Integral as CGRectMBS
- method Intersection(r as CGRectMBS) as CGRectMBS
- method IntersectsRect(r as CGRectMBS) as boolean
- method IsEmpty as boolean
- method IsInfinite as boolean
- method IsNull as boolean
- shared method Make(x as Double, y as Double, width as Double, height as Double) as CGRectMBS
- method MaxX as Double
- method MaxY as Double
- method MidX as Double
- method MidY as Double
- method MinX as Double
- method MinY as Double
- shared method Null as CGRectMBS
- method Offset(dx as Double, dy as Double) as CGRectMBS
- method Standardize as CGRectMBS
- method Union(r as CGRectMBS) as CGRectMBS
- shared method Zero as CGRectMBS
- property height as Double
- property left as Double
- property Origin as CGPointMBS
- property Size as CGSizeMBS
- property top as Double
- property width as Double
- class CGSConnectionMBS
- class CGScreenRefreshEventMBS
- class CGScreenUpdateMoveEventMBS
- class CGSessionMBS
- class CGShadingMBS
- class CGSizeMBS
- class CGSValueMBS
- class CGSWindowListMBS
- class CGSWindowMBS
- class CGSWorkspaceMBS
- class QuartzFilterManagerMBS
- class QuartzFilterMBS
- class QuartzFilterViewMBS
- Class Extensions
- class Application
- class DesktopWindow
- class FolderItem
- method NewCGPDFDocumentMBS(MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
- method NewCGPDFDocumentMBS(MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean) as CGPDFContextMBS
- method NewCGPDFDocumentMBS(MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean, KeyLength as Integer) as CGPDFContextMBS
- method NewCGPDFDocumentWithInfoMBS(MediaBox as CGRectMBS, info as object) as CGPDFContextMBS
- method OpenAsCGPDFDocumentMBS as CGPDFDocumentMBS
- class Graphics
- class Picture
- class Window
- Modules
- module CGWindowMBS
- method CreateWindowList(windowOption as Integer, WindowID as Integer = 0) as UInt32()
- method CreateWindowListCGImage(left as Double, top as Double, width as Double, height as Double, windowOption as Integer, WindowID as Integer = 0, ImageOption as Integer = 0) as Variant
- method CreateWindowListImage(left as Double, top as Double, width as Double, height as Double, windowOption as Integer, WindowID as Integer = 0, ImageOption as Integer = 0) as picture
- method GetWindowID(w as DesktopWindow) as integer
- method GetWindowID(w as window) as Integer
- method GetWindowListInfo(windowOption as Integer, WindowID as Integer = 0) as dictionary()
- const kCGNullWindowID = 0
Release notes
- Version 23.3
- Version 23.1
- Added RequestScreenCaptureAccess and PreflightScreenCaptureAccess methods to CGSWindowListMBS class.
- Version 22.5
- Version 21.5
- Added kCGDisplayShowDuplicateLowResolutionModes constant for CGDisplayMBS class.
- Version 20.3
- Added new constructor for CGContextMBS class accepting graphics object.
- Version 20.2
- Version 20.0
- Added CGContextMBS.contextWithCGContext and NSGraphicsMBS.graphicsContextWithCGContextHandle taking ptr for better coding in Xojo 2019r2 and newer.
- Version 19.3
- Changed Picture.CGColorSpaceMBS function to return default Generic RGB colorspace used by Xojo if no other is set for picture.
- Version 19.1
The items on this page are in the following plugins: MBS MacCG Plugin, MBS MacControls Plugin, MBS MacFrameworks Plugin, MBS MacOSX Plugin, MBS Util Plugin.