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
- shared method CreateCalibratedGray(whitePoint() as Double, blackPoint() as Double, gamma as Double) as CGColorSpaceMBS
- shared method CreateCalibratedRGB(whitePoint() as Double, blackPoint() as Double, gamma() as Double, matrix() as Double) as CGColorSpaceMBS
- shared method CreateDeviceCMYK as CGColorSpaceMBS
- shared method CreateDeviceGray as CGColorSpaceMBS
- shared method CreateDeviceRGB as CGColorSpaceMBS
- shared method CreateLab(whitePoint() as Double, blackPoint() as Double, range() as Double) as CGColorSpaceMBS
- shared method CreatePattern(baseSpace as CGColorSpaceMBS) as CGColorSpaceMBS
- shared method CreateWithHandle(Handle as Integer) as CGColorSpaceMBS
- shared method CreateWithICCProfile(ICCProfileData as memoryblock) as CGColorSpaceMBS
- shared method CreateWithICCProfile(ICCProfileData as string) as CGColorSpaceMBS
- shared method CreateWithName(name as string) as CGColorSpaceMBS
- shared method CreateWithPlatformColorSpace(Handle as Integer) as CGColorSpaceMBS
- method ICCProfile as string
- shared method kCGColorSpaceACESCGLinear as string
- shared method kCGColorSpaceAdobeRGB1998 as string
- shared method kCGColorSpaceDCIP3 as string
- shared method kCGColorSpaceDisplayP3 as string
- shared method kCGColorSpaceGenericCMYK as string
- shared method kCGColorSpaceGenericGray as string
- shared method kCGColorSpaceGenericGrayGamma2_2 as string
- shared method kCGColorSpaceGenericRGB as string
- shared method kCGColorSpaceGenericRGBLinear as string
- shared method kCGColorSpaceGenericXYZ as string
- shared method kCGColorSpaceITUR_2020 as string
- shared method kCGColorSpaceITUR_709 as string
- shared method kCGColorSpaceROMMRGB as string
- shared method kCGColorSpaceSRGB as string
- property BaseColorSpace as CGColorSpaceMBS
- property ColorTableCount as Integer
- property Description as String
- property Handle as Integer
- property Model as Integer
- property ModelText as String
- property Name as String
- property NumberOfComponents as Integer
- 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
- method Constructor
- method Constructor(file as folderitem)
- method Constructor(url as string)
- shared method CreateWithFile(file as folderitem) as CGDataConsumerMBS
- shared method CreateWithURL(url as string) as CGDataConsumerMBS
- property Handle as Integer
- event CloseConsumer
- event Put(data as string) as Integer
- class CGDataProviderMBS
- method Constructor(data as string)
- method Constructor(file as folderitem)
- shared method CreateWithData(data as string) as CGDataProviderMBS
- shared method CreateWithFile(file as folderitem) as CGDataProviderMBS
- shared method CreateWithURL(url as string) as CGDataProviderMBS
- method Data as string
- property Handle as Integer
- class CGDisplayConfigMBS
- method Cancel
- method Complete(options as Integer)
- method DisplayMode(display as CGDisplayMBS, mode as CGDisplayModeMBS)
- method MirrorOfDisplay(display as CGDisplayMBS, master as CGDisplayMBS)
- method Mode(display as CGDisplayMBS, mode as Dictionary)
- method Origin(display as CGDisplayMBS, x as Integer, y as Integer)
- shared method RestorePermanentDisplayConfiguration
- method StereoOperation(display as CGDisplayMBS, stereo as Boolean, forceBlueLine as Boolean)
- property Handle as Integer
- property Lasterror as Integer
- 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
- method Constructor
- property Handle as Integer
- property Height as Integer
- property IODisplayModeID as Int32
- property IOFlags as UInt32
- property IsUsableForDesktopGUI as boolean
- property PixelEncoding as string
- property PixelHeight as Integer
- property PixelWidth as Integer
- property RefreshRate as Double
- property Width as Integer
- class CGDisplayReconfigurationEventMBS
- event DisplayReconfiguration(DisplayID as Integer, flags as Integer)
- class CGDisplayStreamEventMBS
- method Constructor(DisplayHandle as Integer, outputWidth as Integer, outputHeight as Integer, pixelFormat as Integer = 0, properties as dictionary = nil)
- shared method kCGDisplayStreamColorSpace as String
- shared method kCGDisplayStreamDestinationRect as String
- shared method kCGDisplayStreamMinimumFrameTime as String
- shared method kCGDisplayStreamPreserveAspectRatio as String
- shared method kCGDisplayStreamQueueDepth as String
- shared method kCGDisplayStreamShowCursor as String
- shared method kCGDisplayStreamSourceRect as String
- shared method kCGDisplayStreamYCbCrMatrix as String
- shared method kCGDisplayStreamYCbCrMatrix_ITU_R_601_4 as String
- shared method kCGDisplayStreamYCbCrMatrix_ITU_R_709_2 as String
- shared method kCGDisplayStreamYCbCrMatrix_SMPTE_240M_1995 as String
- method Start
- method Stop
- property Handle as Integer
- property Lasterror as Integer
- event FrameAvailable(Status as Integer, displayTime as UInt64, frameSurfaceHandle as Integer, Update as CGDisplayStreamUpdateMBS)
- class CGDisplayStreamUpdateMBS
- class CGDisplayTransferFormulaMBS
- class CGFontMBS
- shared method CreateWithDataProvider(CGDataProvider as Variant) as CGFontMBS
- shared method CreateWithFontName(name as string) as CGFontMBS
- shared method CreateWithPlatformFont(ATSFontHandle as Integer) as CGFontMBS
- property Ascent as Integer
- property CapHeight as Integer
- property Descent as Integer
- property FontBBox as CGRectMBS
- property FullName as String
- property Handle as Integer
- property ItalicAngle as Double
- property Leading as Integer
- property NumberOfGlyphs as UInt64
- property PostScriptName as String
- property StemV as Double
- property UnitsPerEm as Integer
- property XHeight as Integer
- class CGFunctionMBS
- class CGGradientMBS
- shared method CreateWithColorComponents(colorSpace as CGColorSpaceMBS, components() as Double) as CGGradientMBS
- shared method CreateWithColorComponents(colorSpace as CGColorSpaceMBS, components() as Double, locations() as Double) as CGGradientMBS
- shared method CreateWithColors(colorSpace as CGColorSpaceMBS, colors() as CGColorMBS) as CGGradientMBS
- shared method CreateWithColors(colorSpace as CGColorSpaceMBS, colors() as CGColorMBS, locations() as Double) as CGGradientMBS
- property Handle as Integer
- 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 kCGImageDestinationEmbedThumbnail as string
- shared method kCGImageDestinationEncodeAlternateColorSpace as string
- shared method kCGImageDestinationEncodeBaseColorSpace as string
- shared method kCGImageDestinationEncodeBaseIsSDR as string
- shared method kCGImageDestinationEncodeBasePixelFormatRequest as string
- shared method kCGImageDestinationEncodeGainMapPixelFormatRequest as string
- shared method kCGImageDestinationEncodeGainMapSubsampleFactor as string
- shared method kCGImageDestinationEncodeGenerateGainMapWithBaseImage as string
- shared method kCGImageDestinationEncodeIsBaseImage as string
- shared method kCGImageDestinationEncodeRequest as string
- shared method kCGImageDestinationEncodeRequestOptions as string
- shared method kCGImageDestinationEncodeToISOGainmap as string
- shared method kCGImageDestinationEncodeToISOHDR as string
- shared method kCGImageDestinationEncodeTonemapMode as string
- shared method kCGImageDestinationEncodeToSDR as string
- shared method kCGImageDestinationImageMaxPixelSize as string
- shared method kCGImageDestinationLossyCompressionQuality as string
- shared method kCGImageDestinationMergeMetadata as string
- shared method kCGImageDestinationMetadata as string
- shared method kCGImageDestinationOptimizeColorForSharing as string
- shared method kCGImageDestinationOrientation as string
- shared method kCGImageDestinationPreserveGainMap as string
- shared method kCGImageMetadataShouldExcludeGPS as string
- shared method kCGImageMetadataShouldExcludeXMP as string
- shared method kCGImagePropertyASTCBlockSize as string
- shared method kCGImagePropertyASTCBlockSize4x4 as string
- shared method kCGImagePropertyASTCBlockSize8x8 as string
- shared method kCGImagePropertyASTCEncoder as string
- shared method kCGImagePropertyBCEncoder as string
- shared method kCGImagePropertyBCFormat as string
- shared method kCGImagePropertyEncoder as string
- shared method kCGImagePropertyPVREncoder as string
- method SetProperties(options as dictionary = nil)
- method SetPropertiesCF(options as Variant)
- shared method TypeIdentifiers as string()
- property Handle as Integer
- class CGImageMBS
- method AsNSImageMBS as variant
- method Constructor
- method Copy as CGImageMBS
- method Copy(r as CGRectMBS) as CGImageMBS
- method CopyWithColorSpace(profile as CGColorSpaceMBS) as CGImageMBS
- method CopyWithMask(mask as CGImageMBS) as CGImageMBS
- shared method CreateImage(pic as picture) as CGImageMBS
- shared method CreateImage(pic as picture, mask as picture) as CGImageMBS
- shared method CreateImageFromJPEGDataProvider(dataprovider as Variant, decode as memoryblock, shouldInterpolate as boolean, intent as Integer) as CGImageMBS
- shared method CreateImageFromPNGDataProvider(dataprovider as Variant, decode as memoryblock, shouldInterpolate as boolean, intent as Integer) as CGImageMBS
- shared method CreateImageWithFile(file as folderitem) as CGImageMBS
- shared method CreateImageWithHandle(handle as Integer) as CGImageMBS
- method DataProvider as Variant
- method DecodeArray as memoryblock
- method JPEGData(Compression as Integer = 90) as MemoryBlock
- method Picture(ColorSpace as CGColorSpaceMBS = nil) as Picture
- method PictureScaled(OutputWidth as Integer, OutputHeight as Integer, ColorSpace as CGColorSpaceMBS = nil) as Picture
- method PNGData as MemoryBlock
- method ReleaseHandle
- method RetainHandle
- property AlphaInfo as Integer
- property BitmapInfo as Integer
- property BitsPerComponent as Integer
- property BitsPerPixel as Integer
- property BytesPerRow as Integer
- property ColorSpace as CGColorSpaceMBS
- property handle as Integer
- property height as Integer
- property ImageIsMask as boolean
- property RenderingIntent as Integer
- property RetainCount as Integer
- property ShouldInterpolate as boolean
- property width as Integer
- class CGImageMetadataMBS
- method Constructor
- method Constructor(metadata as CGImageMetadataMBS)
- shared method CreateFromXMPData(data as MemoryBlock) as CGImageMetadataMBS
- method CreateXMPData(options as Dictionary = nil) as MemoryBlock
- shared method kCFErrorDomainCGImageMetadata as String
- shared method kCGImageMetadataEnumerateRecursively as String
- shared method kCGImageMetadataNamespaceDublinCore as String
- shared method kCGImageMetadataNamespaceExif as String
- shared method kCGImageMetadataNamespaceExifAux as String
- shared method kCGImageMetadataNamespaceExifEX as String
- shared method kCGImageMetadataNamespaceIPTCCore as String
- shared method kCGImageMetadataNamespaceIPTCExtension as String
- shared method kCGImageMetadataNamespacePhotoshop as String
- shared method kCGImageMetadataNamespaceTIFF as String
- shared method kCGImageMetadataNamespaceXMPBasic as String
- shared method kCGImageMetadataNamespaceXMPRights as String
- shared method kCGImageMetadataPrefixDublinCore as String
- shared method kCGImageMetadataPrefixExif as String
- shared method kCGImageMetadataPrefixExifAux as String
- shared method kCGImageMetadataPrefixExifEX as String
- shared method kCGImageMetadataPrefixIPTCCore as String
- shared method kCGImageMetadataPrefixIPTCExtension as String
- shared method kCGImageMetadataPrefixPhotoshop as String
- shared method kCGImageMetadataPrefixTIFF as String
- shared method kCGImageMetadataPrefixXMPBasic as String
- shared method kCGImageMetadataPrefixXMPRights as String
- method StringValueWithPath(parent as CGImageMetadataTagMBS = nil, path as String) as String
- method TagMatchingImageProperty(dictionaryName as String, propertyName as String) as Variant
- method Tags as CGImageMetadataTagMBS()
- method Tags(rootPath as string, options as Dictionary = nil) as CGImageMetadataTagMBS()
- method TagWithPath(parent as CGImageMetadataTagMBS = nil, path as string) as Variant
- property Handle as Integer
- class CGImageMetadataTagMBS
- method Constructor
- shared method Create(XMLNS as String, Prefix as String, Name as String, Type as Integer, Value as Variant) as CGImageMetadataTagMBS
- method Qualifiers as CGImageMetadataTagMBS()
- property Handle as Integer
- property Name as String
- property Namespace_ as String
- property Prefix as String
- property Type as Integer
- property Value as Variant
- class CGImageSourceMBS
- method AuxiliaryDataInfoAtIndex(index as integer, auxiliaryImageDataType as String) as dictionary
- method AuxiliaryDataInfoAtIndexCF(index as integer, auxiliaryImageDataType as String) as variant
- 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 kCGComputeHDRStats as string
- shared method kCGImageAuxiliaryDataInfoColorSpace as string
- shared method kCGImageAuxiliaryDataInfoData as string
- shared method kCGImageAuxiliaryDataInfoDataDescription as string
- shared method kCGImageAuxiliaryDataInfoMetadata as string
- shared method kCGImageAuxiliaryDataTypeDepth as string
- shared method kCGImageAuxiliaryDataTypeDisparity as string
- shared method kCGImageAuxiliaryDataTypeHDRGainMap as string
- shared method kCGImageAuxiliaryDataTypeISOGainMap as string
- shared method kCGImageAuxiliaryDataTypePortraitEffectsMatte as string
- shared method kCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte as string
- shared method kCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte as string
- shared method kCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte as string
- shared method kCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte as string
- shared method kCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte as string
- shared method kCGImageProperty8BIMDictionary as string
- shared method kCGImageProperty8BIMLayerNames as string
- shared method kCGImageProperty8BIMVersion as string
- shared method kCGImagePropertyAPNGCanvasPixelHeight as string
- shared method kCGImagePropertyAPNGCanvasPixelWidth as string
- shared method kCGImagePropertyAPNGDelayTime as string
- shared method kCGImagePropertyAPNGFrameInfoArray as string
- shared method kCGImagePropertyAPNGLoopCount as string
- shared method kCGImagePropertyAPNGUnclampedDelayTime as string
- shared method kCGImagePropertyAuxiliaryData as string
- shared method kCGImagePropertyAuxiliaryDataType as string
- shared method kCGImagePropertyAVISDictionary as string
- shared method kCGImagePropertyBytesPerRow 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 kCGImagePropertyDNGActiveArea as string
- shared method kCGImagePropertyDNGAnalogBalance as string
- shared method kCGImagePropertyDNGAntiAliasStrength as string
- shared method kCGImagePropertyDNGAsShotICCProfile as string
- shared method kCGImagePropertyDNGAsShotNeutral as string
- shared method kCGImagePropertyDNGAsShotPreProfileMatrix as string
- shared method kCGImagePropertyDNGAsShotProfileName as string
- shared method kCGImagePropertyDNGAsShotWhiteXY as string
- shared method kCGImagePropertyDNGBackwardVersion as string
- shared method kCGImagePropertyDNGBaselineExposure as string
- shared method kCGImagePropertyDNGBaselineExposureOffset as string
- shared method kCGImagePropertyDNGBaselineNoise as string
- shared method kCGImagePropertyDNGBaselineSharpness as string
- shared method kCGImagePropertyDNGBayerGreenSplit as string
- shared method kCGImagePropertyDNGBestQualityScale as string
- shared method kCGImagePropertyDNGBlackLevel as string
- shared method kCGImagePropertyDNGBlackLevelDeltaH as string
- shared method kCGImagePropertyDNGBlackLevelDeltaV as string
- shared method kCGImagePropertyDNGBlackLevelRepeatDim as string
- shared method kCGImagePropertyDNGCalibrationIlluminant1 as string
- shared method kCGImagePropertyDNGCalibrationIlluminant2 as string
- shared method kCGImagePropertyDNGCameraCalibration1 as string
- shared method kCGImagePropertyDNGCameraCalibration2 as string
- shared method kCGImagePropertyDNGCameraCalibrationSignature as string
- shared method kCGImagePropertyDNGCameraSerialNumber as string
- shared method kCGImagePropertyDNGCFALayout as string
- shared method kCGImagePropertyDNGCFAPlaneColor as string
- shared method kCGImagePropertyDNGChromaBlurRadius as string
- shared method kCGImagePropertyDNGColorimetricReference as string
- shared method kCGImagePropertyDNGColorMatrix1 as string
- shared method kCGImagePropertyDNGColorMatrix2 as string
- shared method kCGImagePropertyDNGCurrentICCProfile as string
- shared method kCGImagePropertyDNGCurrentPreProfileMatrix as string
- shared method kCGImagePropertyDNGDefaultBlackRender as string
- shared method kCGImagePropertyDNGDefaultCropOrigin as string
- shared method kCGImagePropertyDNGDefaultCropSize as string
- shared method kCGImagePropertyDNGDefaultScale as string
- shared method kCGImagePropertyDNGDefaultUserCrop as string
- shared method kCGImagePropertyDNGDictionary as string
- shared method kCGImagePropertyDNGExtraCameraProfiles as string
- shared method kCGImagePropertyDNGFixVignetteRadial as string
- shared method kCGImagePropertyDNGForwardMatrix1 as string
- shared method kCGImagePropertyDNGForwardMatrix2 as string
- shared method kCGImagePropertyDNGLensInfo as string
- shared method kCGImagePropertyDNGLinearizationTable as string
- shared method kCGImagePropertyDNGLinearResponseLimit as string
- shared method kCGImagePropertyDNGLocalizedCameraModel as string
- shared method kCGImagePropertyDNGMakerNoteSafety as string
- shared method kCGImagePropertyDNGMaskedAreas as string
- shared method kCGImagePropertyDNGNewRawImageDigest as string
- shared method kCGImagePropertyDNGNoiseProfile as string
- shared method kCGImagePropertyDNGNoiseReductionApplied as string
- shared method kCGImagePropertyDNGOpcodeList1 as string
- shared method kCGImagePropertyDNGOpcodeList2 as string
- shared method kCGImagePropertyDNGOpcodeList3 as string
- shared method kCGImagePropertyDNGOriginalBestQualityFinalSize as string
- shared method kCGImagePropertyDNGOriginalDefaultCropSize as string
- shared method kCGImagePropertyDNGOriginalDefaultFinalSize as string
- shared method kCGImagePropertyDNGOriginalRawFileData as string
- shared method kCGImagePropertyDNGOriginalRawFileDigest as string
- shared method kCGImagePropertyDNGOriginalRawFileName as string
- shared method kCGImagePropertyDNGPreviewApplicationName as string
- shared method kCGImagePropertyDNGPreviewApplicationVersion as string
- shared method kCGImagePropertyDNGPreviewColorSpace as string
- shared method kCGImagePropertyDNGPreviewDateTime as string
- shared method kCGImagePropertyDNGPreviewSettingsDigest as string
- shared method kCGImagePropertyDNGPreviewSettingsName as string
- shared method kCGImagePropertyDNGPrivateData as string
- shared method kCGImagePropertyDNGProfileCalibrationSignature as string
- shared method kCGImagePropertyDNGProfileCopyright as string
- shared method kCGImagePropertyDNGProfileEmbedPolicy as string
- shared method kCGImagePropertyDNGProfileHueSatMapData1 as string
- shared method kCGImagePropertyDNGProfileHueSatMapData2 as string
- shared method kCGImagePropertyDNGProfileHueSatMapDims as string
- shared method kCGImagePropertyDNGProfileHueSatMapEncoding as string
- shared method kCGImagePropertyDNGProfileLookTableData as string
- shared method kCGImagePropertyDNGProfileLookTableDims as string
- shared method kCGImagePropertyDNGProfileLookTableEncoding as string
- shared method kCGImagePropertyDNGProfileName as string
- shared method kCGImagePropertyDNGProfileToneCurve as string
- shared method kCGImagePropertyDNGRawDataUniqueID as string
- shared method kCGImagePropertyDNGRawImageDigest as string
- shared method kCGImagePropertyDNGRawToPreviewGain as string
- shared method kCGImagePropertyDNGReductionMatrix1 as string
- shared method kCGImagePropertyDNGReductionMatrix2 as string
- shared method kCGImagePropertyDNGRowInterleaveFactor as string
- shared method kCGImagePropertyDNGShadowScale as string
- shared method kCGImagePropertyDNGSubTileBlockSize as string
- shared method kCGImagePropertyDNGUniqueCameraModel as string
- shared method kCGImagePropertyDNGVersion as string
- shared method kCGImagePropertyDNGWarpFisheye as string
- shared method kCGImagePropertyDNGWarpRectilinear as string
- shared method kCGImagePropertyDNGWhiteLevel 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 kCGImagePropertyExifBodySerialNumber as string
- shared method kCGImagePropertyExifBrightnessValue as string
- shared method kCGImagePropertyExifCameraOwnerName as string
- shared method kCGImagePropertyExifCFAPattern as string
- shared method kCGImagePropertyExifColorSpace as string
- shared method kCGImagePropertyExifComponentsConfiguration as string
- shared method kCGImagePropertyExifCompositeImage 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 kCGImagePropertyExifISOSpeed as string
- shared method kCGImagePropertyExifISOSpeedLatitudeyyy as string
- shared method kCGImagePropertyExifISOSpeedLatitudezzz as string
- shared method kCGImagePropertyExifISOSpeedRatings as string
- shared method kCGImagePropertyExifLensMake as string
- shared method kCGImagePropertyExifLensModel as string
- shared method kCGImagePropertyExifLensSerialNumber as string
- shared method kCGImagePropertyExifLensSpecification 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 kCGImagePropertyExifOffsetTime as string
- shared method kCGImagePropertyExifOffsetTimeDigitized as string
- shared method kCGImagePropertyExifOffsetTimeOriginal as string
- shared method kCGImagePropertyExifPixelXDimension as string
- shared method kCGImagePropertyExifPixelYDimension as string
- shared method kCGImagePropertyExifRecommendedExposureIndex 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 kCGImagePropertyExifSensitivityType as string
- shared method kCGImagePropertyExifSharpness as string
- shared method kCGImagePropertyExifShutterSpeedValue as string
- shared method kCGImagePropertyExifSourceExposureTimesOfCompositeImage as string
- shared method kCGImagePropertyExifSourceImageNumberOfCompositeImage as string
- shared method kCGImagePropertyExifSpatialFrequencyResponse as string
- shared method kCGImagePropertyExifSpectralSensitivity as string
- shared method kCGImagePropertyExifStandardOutputSensitivity 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 kCGImagePropertyFileContentsDictionary as string
- shared method kCGImagePropertyFileSize as string
- shared method kCGImagePropertyGIFCanvasPixelHeight as string
- shared method kCGImagePropertyGIFCanvasPixelWidth as string
- shared method kCGImagePropertyGIFDelayTime as string
- shared method kCGImagePropertyGIFDictionary as string
- shared method kCGImagePropertyGIFFrameInfoArray 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 kCGImagePropertyGPSHPositioningError 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 kCGImagePropertyGroupImageBaseline as string
- shared method kCGImagePropertyGroupImageDisparityAdjustment as string
- shared method kCGImagePropertyGroupImageIndexLeft as string
- shared method kCGImagePropertyGroupImageIndexMonoscopic as string
- shared method kCGImagePropertyGroupImageIndexRight as string
- shared method kCGImagePropertyGroupImageIsAlternateImage as string
- shared method kCGImagePropertyGroupImageIsLeftImage as string
- shared method kCGImagePropertyGroupImageIsMonoscopicImage as string
- shared method kCGImagePropertyGroupImageIsRightImage as string
- shared method kCGImagePropertyGroupImagesAlternate as string
- shared method kCGImagePropertyGroupImageStereoAggressors as string
- shared method kCGImagePropertyGroupIndex as string
- shared method kCGImagePropertyGroupMonoscopicImageLocation as string
- shared method kCGImagePropertyGroups as string
- shared method kCGImagePropertyGroupType as string
- shared method kCGImagePropertyGroupTypeAlternate as string
- shared method kCGImagePropertyGroupTypeStereoPair as string
- shared method kCGImagePropertyHasAlpha as string
- shared method kCGImagePropertyHEICSCanvasPixelHeight as string
- shared method kCGImagePropertyHEICSCanvasPixelWidth as string
- shared method kCGImagePropertyHEICSDelayTime as string
- shared method kCGImagePropertyHEICSDictionary as string
- shared method kCGImagePropertyHEICSFrameInfoArray as string
- shared method kCGImagePropertyHEICSLoopCount as string
- shared method kCGImagePropertyHEICSUnclampedDelayTime as string
- shared method kCGImagePropertyHEIFDictionary as string
- shared method kCGImagePropertyHeight as string
- shared method kCGImagePropertyImageCount as string
- shared method kCGImagePropertyImageIndex as string
- shared method kCGImagePropertyImages 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 kCGImagePropertyIPTCExtAboutCvTerm as string
- shared method kCGImagePropertyIPTCExtAboutCvTermCvId as string
- shared method kCGImagePropertyIPTCExtAboutCvTermId as string
- shared method kCGImagePropertyIPTCExtAboutCvTermName as string
- shared method kCGImagePropertyIPTCExtAboutCvTermRefinedAbout as string
- shared method kCGImagePropertyIPTCExtAddlModelInfo as string
- shared method kCGImagePropertyIPTCExtArtworkCircaDateCreated as string
- shared method kCGImagePropertyIPTCExtArtworkContentDescription as string
- shared method kCGImagePropertyIPTCExtArtworkContributionDescription as string
- shared method kCGImagePropertyIPTCExtArtworkCopyrightNotice as string
- shared method kCGImagePropertyIPTCExtArtworkCopyrightOwnerID as string
- shared method kCGImagePropertyIPTCExtArtworkCopyrightOwnerName as string
- shared method kCGImagePropertyIPTCExtArtworkCreator as string
- shared method kCGImagePropertyIPTCExtArtworkCreatorID as string
- shared method kCGImagePropertyIPTCExtArtworkDateCreated as string
- shared method kCGImagePropertyIPTCExtArtworkLicensorID as string
- shared method kCGImagePropertyIPTCExtArtworkLicensorName as string
- shared method kCGImagePropertyIPTCExtArtworkOrObject as string
- shared method kCGImagePropertyIPTCExtArtworkPhysicalDescription as string
- shared method kCGImagePropertyIPTCExtArtworkSource as string
- shared method kCGImagePropertyIPTCExtArtworkSourceInventoryNo as string
- shared method kCGImagePropertyIPTCExtArtworkSourceInvURL as string
- shared method kCGImagePropertyIPTCExtArtworkStylePeriod as string
- shared method kCGImagePropertyIPTCExtArtworkTitle as string
- shared method kCGImagePropertyIPTCExtAudioBitrate as string
- shared method kCGImagePropertyIPTCExtAudioBitrateMode as string
- shared method kCGImagePropertyIPTCExtAudioChannelCount as string
- shared method kCGImagePropertyIPTCExtCircaDateCreated as string
- shared method kCGImagePropertyIPTCExtContainerFormat as string
- shared method kCGImagePropertyIPTCExtContainerFormatIdentifier as string
- shared method kCGImagePropertyIPTCExtContainerFormatName as string
- shared method kCGImagePropertyIPTCExtContributor as string
- shared method kCGImagePropertyIPTCExtContributorIdentifier as string
- shared method kCGImagePropertyIPTCExtContributorName as string
- shared method kCGImagePropertyIPTCExtContributorRole as string
- shared method kCGImagePropertyIPTCExtControlledVocabularyTerm as string
- shared method kCGImagePropertyIPTCExtCopyrightYear as string
- shared method kCGImagePropertyIPTCExtCreator as string
- shared method kCGImagePropertyIPTCExtCreatorIdentifier as string
- shared method kCGImagePropertyIPTCExtCreatorName as string
- shared method kCGImagePropertyIPTCExtCreatorRole as string
- shared method kCGImagePropertyIPTCExtDataOnScreen as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegion as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionD as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionH as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionText as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionUnit as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionW as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionX as string
- shared method kCGImagePropertyIPTCExtDataOnScreenRegionY as string
- shared method kCGImagePropertyIPTCExtDigitalImageGUID as string
- shared method kCGImagePropertyIPTCExtDigitalSourceFileType as string
- shared method kCGImagePropertyIPTCExtDigitalSourceType as string
- shared method kCGImagePropertyIPTCExtDopesheet as string
- shared method kCGImagePropertyIPTCExtDopesheetLink as string
- shared method kCGImagePropertyIPTCExtDopesheetLinkLink as string
- shared method kCGImagePropertyIPTCExtDopesheetLinkLinkQualifier as string
- shared method kCGImagePropertyIPTCExtEmbdEncRightsExpr as string
- shared method kCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr as string
- shared method kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID as string
- shared method kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType as string
- shared method kCGImagePropertyIPTCExtEpisode as string
- shared method kCGImagePropertyIPTCExtEpisodeIdentifier as string
- shared method kCGImagePropertyIPTCExtEpisodeName as string
- shared method kCGImagePropertyIPTCExtEpisodeNumber as string
- shared method kCGImagePropertyIPTCExtEvent as string
- shared method kCGImagePropertyIPTCExtExternalMetadataLink as string
- shared method kCGImagePropertyIPTCExtFeedIdentifier as string
- shared method kCGImagePropertyIPTCExtGenre as string
- shared method kCGImagePropertyIPTCExtGenreCvId as string
- shared method kCGImagePropertyIPTCExtGenreCvTermId as string
- shared method kCGImagePropertyIPTCExtGenreCvTermName as string
- shared method kCGImagePropertyIPTCExtGenreCvTermRefinedAbout as string
- shared method kCGImagePropertyIPTCExtHeadline as string
- shared method kCGImagePropertyIPTCExtIPTCLastEdited as string
- shared method kCGImagePropertyIPTCExtLinkedEncodedRightsExpr as string
- shared method kCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID as string
- shared method kCGImagePropertyIPTCExtLinkedEncodedRightsExprType as string
- shared method kCGImagePropertyIPTCExtLinkedEncRightsExpr as string
- shared method kCGImagePropertyIPTCExtLocationCity as string
- shared method kCGImagePropertyIPTCExtLocationCountryCode as string
- shared method kCGImagePropertyIPTCExtLocationCountryName as string
- shared method kCGImagePropertyIPTCExtLocationCreated as string
- shared method kCGImagePropertyIPTCExtLocationGPSAltitude as string
- shared method kCGImagePropertyIPTCExtLocationGPSLatitude as string
- shared method kCGImagePropertyIPTCExtLocationGPSLongitude as string
- shared method kCGImagePropertyIPTCExtLocationIdentifier as string
- shared method kCGImagePropertyIPTCExtLocationLocationId as string
- shared method kCGImagePropertyIPTCExtLocationLocationName as string
- shared method kCGImagePropertyIPTCExtLocationProvinceState as string
- shared method kCGImagePropertyIPTCExtLocationShown as string
- shared method kCGImagePropertyIPTCExtLocationSublocation as string
- shared method kCGImagePropertyIPTCExtLocationWorldRegion as string
- shared method kCGImagePropertyIPTCExtMaxAvailHeight as string
- shared method kCGImagePropertyIPTCExtMaxAvailWidth as string
- shared method kCGImagePropertyIPTCExtModelAge as string
- shared method kCGImagePropertyIPTCExtOrganisationInImageCode as string
- shared method kCGImagePropertyIPTCExtOrganisationInImageName as string
- shared method kCGImagePropertyIPTCExtPersonHeard as string
- shared method kCGImagePropertyIPTCExtPersonHeardIdentifier as string
- shared method kCGImagePropertyIPTCExtPersonHeardName as string
- shared method kCGImagePropertyIPTCExtPersonInImage as string
- shared method kCGImagePropertyIPTCExtPersonInImageCharacteristic as string
- shared method kCGImagePropertyIPTCExtPersonInImageCvTermCvId as string
- shared method kCGImagePropertyIPTCExtPersonInImageCvTermId as string
- shared method kCGImagePropertyIPTCExtPersonInImageCvTermName as string
- shared method kCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout as string
- shared method kCGImagePropertyIPTCExtPersonInImageDescription as string
- shared method kCGImagePropertyIPTCExtPersonInImageId as string
- shared method kCGImagePropertyIPTCExtPersonInImageName as string
- shared method kCGImagePropertyIPTCExtPersonInImageWDetails as string
- shared method kCGImagePropertyIPTCExtProductInImage as string
- shared method kCGImagePropertyIPTCExtProductInImageDescription as string
- shared method kCGImagePropertyIPTCExtProductInImageGTIN as string
- shared method kCGImagePropertyIPTCExtProductInImageName as string
- shared method kCGImagePropertyIPTCExtPublicationEvent as string
- shared method kCGImagePropertyIPTCExtPublicationEventDate as string
- shared method kCGImagePropertyIPTCExtPublicationEventIdentifier as string
- shared method kCGImagePropertyIPTCExtPublicationEventName as string
- shared method kCGImagePropertyIPTCExtRating as string
- shared method kCGImagePropertyIPTCExtRatingRatingRegion as string
- shared method kCGImagePropertyIPTCExtRatingRegionCity as string
- shared method kCGImagePropertyIPTCExtRatingRegionCountryCode as string
- shared method kCGImagePropertyIPTCExtRatingRegionCountryName as string
- shared method kCGImagePropertyIPTCExtRatingRegionGPSAltitude as string
- shared method kCGImagePropertyIPTCExtRatingRegionGPSLatitude as string
- shared method kCGImagePropertyIPTCExtRatingRegionGPSLongitude as string
- shared method kCGImagePropertyIPTCExtRatingRegionIdentifier as string
- shared method kCGImagePropertyIPTCExtRatingRegionLocationId as string
- shared method kCGImagePropertyIPTCExtRatingRegionLocationName as string
- shared method kCGImagePropertyIPTCExtRatingRegionProvinceState as string
- shared method kCGImagePropertyIPTCExtRatingRegionSublocation as string
- shared method kCGImagePropertyIPTCExtRatingRegionWorldRegion as string
- shared method kCGImagePropertyIPTCExtRatingScaleMaxValue as string
- shared method kCGImagePropertyIPTCExtRatingScaleMinValue as string
- shared method kCGImagePropertyIPTCExtRatingSourceLink as string
- shared method kCGImagePropertyIPTCExtRatingValue as string
- shared method kCGImagePropertyIPTCExtRatingValueLogoLink as string
- shared method kCGImagePropertyIPTCExtRegistryEntryRole as string
- shared method kCGImagePropertyIPTCExtRegistryID as string
- shared method kCGImagePropertyIPTCExtRegistryItemID as string
- shared method kCGImagePropertyIPTCExtRegistryOrganisationID as string
- shared method kCGImagePropertyIPTCExtReleaseReady as string
- shared method kCGImagePropertyIPTCExtSeason as string
- shared method kCGImagePropertyIPTCExtSeasonIdentifier as string
- shared method kCGImagePropertyIPTCExtSeasonName as string
- shared method kCGImagePropertyIPTCExtSeasonNumber as string
- shared method kCGImagePropertyIPTCExtSeries as string
- shared method kCGImagePropertyIPTCExtSeriesIdentifier as string
- shared method kCGImagePropertyIPTCExtSeriesName as string
- shared method kCGImagePropertyIPTCExtShownEvent as string
- shared method kCGImagePropertyIPTCExtShownEventIdentifier as string
- shared method kCGImagePropertyIPTCExtShownEventName as string
- shared method kCGImagePropertyIPTCExtStorylineIdentifier as string
- shared method kCGImagePropertyIPTCExtStreamReady as string
- shared method kCGImagePropertyIPTCExtStylePeriod as string
- shared method kCGImagePropertyIPTCExtSupplyChainSource as string
- shared method kCGImagePropertyIPTCExtSupplyChainSourceIdentifier as string
- shared method kCGImagePropertyIPTCExtSupplyChainSourceName as string
- shared method kCGImagePropertyIPTCExtTemporalCoverage as string
- shared method kCGImagePropertyIPTCExtTemporalCoverageFrom as string
- shared method kCGImagePropertyIPTCExtTemporalCoverageTo as string
- shared method kCGImagePropertyIPTCExtTranscript as string
- shared method kCGImagePropertyIPTCExtTranscriptLink as string
- shared method kCGImagePropertyIPTCExtTranscriptLinkLink as string
- shared method kCGImagePropertyIPTCExtTranscriptLinkLinkQualifier as string
- shared method kCGImagePropertyIPTCExtVideoBitrate as string
- shared method kCGImagePropertyIPTCExtVideoBitrateMode as string
- shared method kCGImagePropertyIPTCExtVideoDisplayAspectRatio as string
- shared method kCGImagePropertyIPTCExtVideoEncodingProfile as string
- shared method kCGImagePropertyIPTCExtVideoShotType as string
- shared method kCGImagePropertyIPTCExtVideoShotTypeIdentifier as string
- shared method kCGImagePropertyIPTCExtVideoShotTypeName as string
- shared method kCGImagePropertyIPTCExtVideoStreamsCount as string
- shared method kCGImagePropertyIPTCExtVisualColor as string
- shared method kCGImagePropertyIPTCExtWorkflowTag as string
- shared method kCGImagePropertyIPTCExtWorkflowTagCvId as string
- shared method kCGImagePropertyIPTCExtWorkflowTagCvTermId as string
- shared method kCGImagePropertyIPTCExtWorkflowTagCvTermName as string
- shared method kCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout 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 kCGImagePropertyMakerAppleDictionary 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 kCGImagePropertyNamedColorSpace as string
- shared method kCGImagePropertyOpenEXRAspectRatio as string
- shared method kCGImagePropertyOpenEXRCompression as string
- shared method kCGImagePropertyOpenEXRDictionary as string
- shared method kCGImagePropertyOrientation as string
- shared method kCGImagePropertyPixelFormat as string
- shared method kCGImagePropertyPixelHeight as string
- shared method kCGImagePropertyPixelWidth as string
- shared method kCGImagePropertyPNGAuthor as string
- shared method kCGImagePropertyPNGChromaticities as string
- shared method kCGImagePropertyPNGComment as string
- shared method kCGImagePropertyPNGCompressionFilter as string
- shared method kCGImagePropertyPNGCopyright as string
- shared method kCGImagePropertyPNGCreationTime as string
- shared method kCGImagePropertyPNGDescription as string
- shared method kCGImagePropertyPNGDictionary as string
- shared method kCGImagePropertyPNGDisclaimer as string
- shared method kCGImagePropertyPNGGamma as string
- shared method kCGImagePropertyPNGInterlaceType as string
- shared method kCGImagePropertyPNGModificationTime as string
- shared method kCGImagePropertyPNGPixelsAspectRatio as string
- shared method kCGImagePropertyPNGSoftware as string
- shared method kCGImagePropertyPNGSource as string
- shared method kCGImagePropertyPNGsRGBIntent as string
- shared method kCGImagePropertyPNGTitle as string
- shared method kCGImagePropertyPNGTransparency as string
- shared method kCGImagePropertyPNGWarning as string
- shared method kCGImagePropertyPNGXPixelsPerMeter as string
- shared method kCGImagePropertyPNGYPixelsPerMeter as string
- shared method kCGImagePropertyPrimaryImage as string
- shared method kCGImagePropertyProfileName as string
- shared method kCGImagePropertyRawDictionary as string
- shared method kCGImagePropertyTGACompression as string
- shared method kCGImagePropertyTGADictionary as string
- shared method kCGImagePropertyThumbnailImages 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 kCGImagePropertyTIFFTileLength as string
- shared method kCGImagePropertyTIFFTileWidth as string
- shared method kCGImagePropertyTIFFTransferFunction as string
- shared method kCGImagePropertyTIFFWhitePoint as string
- shared method kCGImagePropertyTIFFXPosition as string
- shared method kCGImagePropertyTIFFXResolution as string
- shared method kCGImagePropertyTIFFYPosition as string
- shared method kCGImagePropertyTIFFYResolution as string
- shared method kCGImagePropertyWebPCanvasPixelHeight as string
- shared method kCGImagePropertyWebPCanvasPixelWidth as string
- shared method kCGImagePropertyWebPDelayTime as string
- shared method kCGImagePropertyWebPDictionary as string
- shared method kCGImagePropertyWebPFrameInfoArray as string
- shared method kCGImagePropertyWebPLoopCount as string
- shared method kCGImagePropertyWebPUnclampedDelayTime as string
- shared method kCGImagePropertyWidth as string
- shared method kCGImageProviderPreferredTileHeight as string
- shared method kCGImageProviderPreferredTileWidth as string
- shared method kCGImageSourceCreateThumbnailFromImageAlways as string
- shared method kCGImageSourceCreateThumbnailFromImageIfAbsent as string
- shared method kCGImageSourceCreateThumbnailWithTransform as string
- shared method kCGImageSourceDecodeRequest as string
- shared method kCGImageSourceDecodeRequestOptions as string
- shared method kCGImageSourceDecodeToHDR as string
- shared method kCGImageSourceDecodeToSDR as string
- shared method kCGImageSourceGenerateImageSpecificLumaScaling as string
- shared method kCGImageSourceShouldAllowFloat as string
- shared method kCGImageSourceShouldCache as string
- shared method kCGImageSourceShouldCacheImmediately as string
- shared method kCGImageSourceSubsampleFactor as string
- shared method kCGImageSourceThumbnailMaxPixelSize as string
- shared method kCGImageSourceTypeIdentifierHint as string
- shared method kIIOCameraExtrinsics_CoordinateSystemID as string
- shared method kIIOCameraExtrinsics_Position as string
- shared method kIIOCameraExtrinsics_Rotation as string
- shared method kIIOCameraModelType_GenericPinhole as string
- shared method kIIOCameraModelType_SimplifiedPinhole as string
- shared method kIIOCameraModel_Intrinsics as string
- shared method kIIOCameraModel_ModelType as string
- shared method kIIOMetadata_CameraExtrinsicsKey as string
- shared method kIIOMetadata_CameraModelKey as string
- shared method kIIOMonoscopicImageLocation_Center as string
- shared method kIIOMonoscopicImageLocation_Left as string
- shared method kIIOMonoscopicImageLocation_Right as string
- shared method kIIOMonoscopicImageLocation_Unspecified as string
- shared method kIIOStereoAggressors_Severity as string
- shared method kIIOStereoAggressors_SubTypeURI as string
- shared method kIIOStereoAggressors_Type 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 RemoveCacheAtIndex(Index as Integer)
- 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 PrimaryImageIndex as Integer
- property Status as Integer
- property Type as string
- class CGLayerMBS
- method Constructor(context as CGContextMBS, size as CGSizeMBS, auxiliaryInfo as dictionary = nil)
- method Constructor(context as CGContextMBS, width as Double, height as Double, auxiliaryInfo as dictionary = nil)
- method Context as CGContextMBS
- method Size as CGSizeMBS
- property Handle as Integer
- 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
- method Point(Index as Integer) as CGPointMBS
- method PointX(Index as Integer) as Double
- method PointY(Index as Integer) as Double
- property PointCount as Integer
- property Type as Integer
- class CGPathMBS
- method BoundingBox as CGRectMBS
- method Copy as CGPathMBS
- method CurrentPoint as CGPointMBS
- method Elements as CGPathElementMBS()
- method EqualToPath(path as CGPathMBS) as boolean
- method IsEmpty as boolean
- method IsRect(byref rect as CGRectMBS) as boolean
- method MutableCopy as CGMutablePathMBS
- property Handle as Integer
- class CGPDFArrayMBS
- method ArrayValue(index as Integer, byref value as CGPDFArrayMBS) as boolean
- method BooleanValue(index as Integer, byref value as boolean) as boolean
- method Count as Integer
- method DictionaryValue(index as Integer, byref value as CGPDFDictionaryMBS) as boolean
- method IntegerValue(index as Integer, byref value as Integer) as boolean
- method NameValue(index as Integer, byref value as string) as boolean
- method NullValue(index as Integer) as boolean
- method ObjectValue(index as Integer, byref value as CGPDFObjectMBS) as boolean
- method SingleValue(index as Integer, byref value as Double) as boolean
- method StreamValue(index as Integer, byref value as CGPDFStreamMBS) as boolean
- method StringValue(index as Integer, byref value as CGPDFStringMBS) as boolean
- property Document as CGPDFDocumentMBS
- property Handle as Integer
- 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
- method Close
- method Key(index as Integer) as string
- method Value(index as Integer) as CGPDFObjectMBS
- property Count as Integer
- property Document as CGPDFDocumentMBS
- class CGPDFDictionaryMBS
- method ArrayValue(key as string, byref value as CGPDFArrayMBS) as boolean
- method BooleanValue(key as string, byref value as boolean) as boolean
- method Count as Integer
- method DictionaryValue(key as string, byref value as CGPDFDictionaryMBS) as boolean
- method IntegerValue(key as string, byref value as Integer) as boolean
- method List as CGPDFDictionaryListMBS
- method NameValue(key as string, byref value as string) as boolean
- method ObjectValue(key as string, byref value as CGPDFObjectMBS) as boolean
- method SingleValue(key as string, byref value as Double) as boolean
- method StreamValue(key as string, byref value as CGPDFStreamMBS) as boolean
- method StringValue(key as string, byref value as CGPDFStringMBS) as boolean
- property Document as CGPDFDocumentMBS
- property Handle as Integer
- class CGPDFDocumentMBS
- method ArtBox(page as Integer) as CGRectMBS
- method BleedBox(page as Integer) as CGRectMBS
- method Catalog as CGPDFDictionaryMBS
- method Constructor(dataProvider as CGDataProviderMBS)
- method Constructor(file as folderitem)
- method Constructor(Handle as Integer)
- method Constructor(url as string)
- shared method CreateWithData(data as Memoryblock) as CGPDFDocumentMBS
- shared method CreateWithData(data as string) as CGPDFDocumentMBS
- shared method CreateWithFile(file as folderitem) as CGPDFDocumentMBS
- shared method CreateWithProvider(dataProvider as CGDataProviderMBS) as CGPDFDocumentMBS
- shared method CreateWithURL(url as string) as CGPDFDocumentMBS
- method CropBox(page as Integer) as CGRectMBS
- method GetID as CGPDFArrayMBS
- method GetInfo as CGPDFDictionaryMBS
- method MediaBox(page as Integer) as CGRectMBS
- method Page(index as Integer) as CGPDFPageMBS
- method RotationAngle(page as Integer) as Integer
- method TrimBox(page as Integer) as CGRectMBS
- method UnlockWithPassword(name as string) as boolean
- property AllowsCopying as Boolean
- property AllowsPrinting as Boolean
- property handle as Integer
- property IsEncrypted as Boolean
- property IsUnlocked as Boolean
- property MajorVersion as Integer
- property MinorVersion as Integer
- property PageCount as Integer
- class CGPDFObjectMBS
- method ArrayValue(byref value as CGPDFArrayMBS) as boolean
- method BooleanValue(byref value as boolean) as boolean
- method DictionaryValue(byref value as CGPDFDictionaryMBS) as boolean
- method IntegerValue(byref value as Integer) as boolean
- method NameValue(byref value as string) as boolean
- method SingleValue(byref value as Double) as boolean
- method StreamValue(byref value as CGPDFStreamMBS) as boolean
- method StringValue(byref value as CGPDFStringMBS) as boolean
- method Type as Integer
- property Document as CGPDFDocumentMBS
- property Handle as Integer
- class CGPDFPageMBS
- method ArtBox as CGRectMBS
- method BleedBox as CGRectMBS
- method CropBox as CGRectMBS
- method Dictionary as CGPDFDictionaryMBS
- method MediaBox as CGRectMBS
- method PageNumber as Integer
- method RotationAngle as Integer
- method TrimBox as CGRectMBS
- property Document as CGPDFDocumentMBS
- property Handle as Integer
- class CGPDFStreamMBS
- method Data(byref format as Integer) as string
- method Dictionary as CGPDFDictionaryMBS
- property Document as CGPDFDocumentMBS
- property Handle as Integer
- class CGPDFStringMBS
- class CGPointMBS
- method ApplyAffineTransform(p as CGAffineTransformMBS) as CGPointMBS
- method Binary as MemoryBlock
- method Constructor
- method Constructor(p as Ptr)
- method Constructor(source as CGPointMBS)
- method Constructor(x as Double, y as Double)
- method Equal(p as CGPointMBS) as boolean
- shared method Make(x as Double, y as Double) as CGPointMBS
- method multiply(factor as double) as CGPointMBS
- method multiply(x as double, y as double) as CGPointMBS
- shared method Zero as CGPointMBS
- property x as Double
- property y as Double
- 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
- method multiply(factor as double) as CGRectMBS
- method multiply(x as double, y as double) as CGRectMBS
- 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
- method CGSWindow(w as window) as CGSWindowMBS
- method CGSWindowbyHandle(windowhandle as Integer) as CGSWindowMBS
- method FlushAllWindows
- method FlushAllWindowsForAllOtherProceses
- method FlushAllWindowsForAllProceses
- method GetOnScreenWindowList as CGSWindowListMBS
- method GetOnScreenWindowListForProcess(PID as Integer) as CGSWindowListMBS
- method GetWindowList as CGSWindowListMBS
- method GetWindowListForProcess(PID as Integer) as CGSWindowListMBS
- method NewTransition(request as CGSTransitionRequestMBS) as CGSTransitionMBS
- method RunTransition(request as CGSTransitionRequestMBS, duration as single)
- method SetWorkspaceWithTransition(workspace as CGSWorkspaceMBS, transition as Integer, type as Integer, time as single)
- method SetWorkspaceWithTransition(workspace as Integer, transition as Integer, type as Integer, time as single)
- property Handle as Integer
- property Lasterror as Integer
- property Workspace as CGSWorkspaceMBS
- class CGScreenRefreshEventMBS
- property Initialized as Boolean
- event ScreenRefresh(rectCount as Integer, rects() as CGRectMBS)
- class CGScreenUpdateMoveEventMBS
- property Initialized as Boolean
- event ScreenMove(deltaX as Integer, deltaY as Integer, rectCount as Integer, rects() as CGRectMBS)
- class CGSessionMBS
- property ConsoleSet as Integer
- property LoginDone as Boolean
- property OnConsole as Boolean
- property UserID as Integer
- property UserName as String
- class CGShadingMBS
- property Handle as Integer
- class CGSizeMBS
- method ApplyAffineTransform(p as CGAffineTransformMBS) as CGSizeMBS
- method Binary as MemoryBlock
- method Constructor
- method Constructor(p as Ptr)
- method Constructor(source as CGSizeMBS)
- method Constructor(width as Double, height as Double)
- method Equal(p as CGSizeMBS) as boolean
- shared method Make(width as Double, height as Double) as CGSizeMBS
- method multiply(factor as double) as CGSizeMBS
- method multiply(x as double, y as double) as CGSizeMBS
- shared method Zero as CGSizeMBS
- property height as Double
- property width as Double
- class CGSValueMBS
- method IntegerValue as Integer
- method StringValue as string
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Handle as Integer
- class CGSWindowListMBS
- method Item(index as Integer) as CGSWindowMBS
- shared method PreflightScreenCaptureAccess as Boolean
- shared method RequestScreenCaptureAccess as Boolean
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Count as Integer
- property Handle as Integer
- class CGSWindowMBS
- method Flush
- method Height as Double
- method Left as Double
- method Level as Integer
- method Move(byref x as single, byref y as single)
- method Order(mode as Integer, relativeToWindow as CGSWindowMBS=nil)
- method Title as string
- method Top as Double
- method Uncover
- method Warp(w as Integer, h as Integer, value as memoryblock)
- method Width as Double
- method Workspace as CGSWorkspaceMBS
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Handle as Integer
- property LastError as Integer
- property AffineTransform as CGAffineTransformMBS
- property Alpha as single
- property EventMask as Integer
- class CGSWorkspaceMBS
- method GetWorkspaceWindowList as CGSWindowListMBS
- method MoveWindows(target as CGSWorkspaceMBS)
- property Connection as CGSConnectionMBS
- property ConnectionHandle as Integer
- property Handle as Integer
- property LastError as Integer
- class QuartzFilterManagerMBS
- method filterPanel as NSPanelMBS
- shared method filters as QuartzFilterMBS()
- shared method filtersInDomains(domains() as string) as QuartzFilterMBS()
- method filterView as QuartzFilterViewMBS
- method selectedFilter as QuartzFilterMBS
- method selectFilter(filter as QuartzFilterMBS) as boolean
- property Handle as Integer
- event didAddFilter(filter as QuartzFilterMBS)
- event didModifyFilter(filter as QuartzFilterMBS)
- event didRemoveFilter(filter as QuartzFilterMBS)
- event didSelectFilter(filter as QuartzFilterMBS)
- class QuartzFilterMBS
- method applyToContext(CGContextHandle as Integer) as boolean
- method Constructor
- method localizedName as string
- shared method quartzFilterWithFile(file as folderitem) as QuartzFilterMBS
- shared method quartzFilterWithURL(url as string) as QuartzFilterMBS
- method removeFromContext(CGContextHandle as Integer)
- method url as string
- property Handle as Integer
- class QuartzFilterViewMBS
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- method sizeToFit
- class CGAffineTransformMBS
- Class Extensions
- class Application
- method OverlayApplicationDockTileImageMBS(pic as CGImageMBS) as boolean
- method RestoreApplicationDockTileImageMBS as boolean
- method SetApplicationDockTileImageMBS(pic as CGImageMBS) as boolean
- class DesktopWindow
- method CGContextMBS as CGContextMBS
- method ClearTransparencyMBS
- 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
- method DrawCGPDFDocumentMBS(pdf as CGPDFDocumentMBS, r as CGRectMBS, page as Integer)
- method DrawCGPDFDocumentMBS(pdf as CGPDFDocumentMBS, r as CGRectMBS, page as Integer, InterpolationQuality as Integer, Antialias as boolean, FontSmoothing as Boolean)
- class Picture
- method CGColorSpaceMBS as CGColorSpaceMBS
- class Window
- method CGContextMBS as CGContextMBS
- method ClearTransparencyMBS
- class Application
- 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
- module CGWindowMBS
Release notes
- Version 25.5
- Rewrote CGImageSourceMBS and CGImageDestinationMBS classes. More methods and properties and raising exceptions in case of errors.
- Version 24.5
- Added multiply method to CGPointMBS, CGSizeMBS and CGRectMBS classes.
- Version 24.3
- Added AsNSImageMBS function to CGImageMBS class.
- Version 23.3
- Deprecated CGPSConverterMBS class.
- Deprecated CGSTransitionMBS and CGSTransitionRequestMBS classes.
- Version 23.1
- Added RequestScreenCaptureAccess and PreflightScreenCaptureAccess methods to CGSWindowListMBS class.
- Version 22.5
- Deprecated CreateWithPlatformFont function in CGFontMBS class.
- Fixed problem with CIImageMBS not return a CGImageMBS object.
- Version 21.5
- Added kCGDisplayShowDuplicateLowResolutionModes constant for CGDisplayMBS class.
- Version 20.3
- Added new constructor for CGContextMBS class accepting graphics object.
- Version 20.2
- Added Operator_Convert and StringValue to CGAffineTransformMBS and NSAffineTransformMBS classes.
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.